OLD | NEW |
1 header | 1 header |
2 { | 2 { |
3 width: auto; | 3 width: auto; |
4 min-height: 60px; | 4 min-height: 60px; |
5 padding: 10px; | 5 padding: 10px; |
6 } | 6 } |
7 | 7 |
8 header li a | 8 header li a |
9 { | 9 { |
10 display: block; | 10 display: block; |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 } | 108 } |
109 | 109 |
110 html[dir="rtl"] #logo | 110 html[dir="rtl"] #logo |
111 { | 111 { |
112 right: 2px; | 112 right: 2px; |
113 left: auto; | 113 left: auto; |
114 } | 114 } |
115 | 115 |
116 #content | 116 #content |
117 { | 117 { |
118 margin: 20px 10px 50px 10px; | 118 margin-top: 20px; |
| 119 margin-bottom: 50px; |
119 } | 120 } |
120 | 121 |
121 #footer-main | 122 #footer-main |
122 { | 123 { |
123 text-align: center; | 124 text-align: center; |
124 position: static; | 125 position: static; |
125 } | 126 } |
126 | 127 |
127 #footer-main h1, #footer-main nav li | 128 #footer-main h1, #footer-main nav li |
128 { | 129 { |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 | 166 |
166 #social-list | 167 #social-list |
167 { | 168 { |
168 padding: 0px; | 169 padding: 0px; |
169 } | 170 } |
170 | 171 |
171 #anwiki-admin, #pageactions | 172 #anwiki-admin, #pageactions |
172 { | 173 { |
173 display: none; | 174 display: none; |
174 } | 175 } |
OLD | NEW |