diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-13 19:36:27 +0200 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-13 19:36:27 +0200 |
commit | c4ab2adfe5d7f6adcfafb49363c0a0510cbcd92d (patch) | |
tree | 2b4214003bb101fed39a70433a13bbf4c7985ef5 | |
parent | 9fd108eacd7dd050c03f4c8bde1c96936997533b (diff) |
No shadows for footer
-rw-r--r-- | style.css | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -60,9 +60,21 @@ h1 { | |||
60 | h2 { | 60 | h2 { |
61 | font-size: 24pt; | 61 | font-size: 24pt; |
62 | font-weight: 300; | 62 | font-weight: 300; |
63 | line-height: 1.4em; | ||
63 | cursor: pointer; | 64 | cursor: pointer; |
64 | } | 65 | } |
65 | 66 | ||
67 | .circle_num { | ||
68 | float: left; | ||
69 | width: 1.4em; | ||
70 | height: 1.4em; | ||
71 | line-height: 1.4em; | ||
72 | border-radius: 50%; | ||
73 | border: solid white 2px; | ||
74 | margin: 0 1em 0 0; | ||
75 | text-align: center; | ||
76 | } | ||
77 | |||
66 | .block-header, .juice { | 78 | .block-header, .juice { |
67 | min-width: 480px; | 79 | min-width: 480px; |
68 | width: 50%; | 80 | width: 50%; |
@@ -156,7 +168,7 @@ h2 { | |||
156 | } | 168 | } |
157 | 169 | ||
158 | .footer { | 170 | .footer { |
159 | box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); | 171 | /* box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); */ |
160 | } | 172 | } |
161 | 173 | ||
162 | .two-buttons, | 174 | .two-buttons, |