Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: anwiki/_override-static/global/global/css/main-desktop.css

Issue 9051084: Changed images to use CSS sprites (Closed)
Patch Set: Removed regression fix Created Dec. 21, 2012, 9:47 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 html 1 html
2 { 2 {
3 position: relative; 3 position: relative;
4 min-height: 100%; 4 min-height: 100%;
5 } 5 }
6 6
7 header, #content, #footer-content 7 header, #content, #footer-content
8 { 8 {
9 margin-left: auto; 9 margin-left: auto;
10 margin-right: auto; 10 margin-right: auto;
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 116
117 #language ul.visible 117 #language ul.visible
118 { 118 {
119 display: block; 119 display: block;
120 } 120 }
121 121
122 #language li 122 #language li
123 { 123 {
124 display: block; 124 display: block;
125 margin-top: 2px; 125 margin-top: 2px;
126 white-space: nowrap;
126 } 127 }
127 128
128 #logo 129 #logo
129 { 130 {
130 top: -5px; 131 top: -5px;
131 left: 25px; 132 left: 25px;
132 } 133 }
133 134
134 #content 135 #content
135 { 136 {
136 margin-top: 50px; 137 margin-top: 50px;
137 margin-bottom: 300px; 138 margin-bottom: 230px;
138 } 139 }
139 140
140 footer 141 footer
141 { 142 {
142 position: absolute; 143 position: absolute;
143 left: 0; 144 left: 0;
144 bottom: 0; 145 bottom: 0;
145 width: 100%; 146 width: 100%;
146 height: 210px; 147 height: 140px;
147 148
148 /* Disable the sticky footer in IE6/7 */ 149 /* Disable the sticky footer in IE6/7 */
149 .position: relative; 150 .position: relative;
150 .bottom: 210px; 151 .bottom: 140px;
151 } 152 }
152 153
153 footer nav 154 footer nav
154 { 155 {
155 width: 600px; 156 width: 600px;
156 } 157 }
157 158
158 footer nav h1, footer nav li 159 footer nav h1, footer nav li
159 { 160 {
160 width: 160px; 161 width: 160px;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 position: absolute; 195 position: absolute;
195 bottom: 5px; 196 bottom: 5px;
196 right: 10px; 197 right: 10px;
197 } 198 }
198 199
199 #pageactions 200 #pageactions
200 { 201 {
201 margin-top: -40px; 202 margin-top: -40px;
202 margin-bottom: 20px; 203 margin-bottom: 20px;
203 } 204 }
OLDNEW
« no previous file with comments | « anwiki/_override-static/global/global/css/main.css ('k') | anwiki/_override-static/global/global/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld