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

Delta Between Two Patch Sets: anwiki/_override-static/global/global/css/main-desktop.css

Issue 9051084: Changed images to use CSS sprites (Closed)
Left Patch Set: Created Dec. 20, 2012, 3:54 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 position: relative; 183 position: relative;
184 } 184 }
185 185
186 #social 186 #social
187 { 187 {
188 position: absolute; 188 position: absolute;
189 top: 0; 189 top: 0;
190 right: 0; 190 right: 0;
191 } 191 }
192 192
193 #anwiki-admin 193 #anwiki-admin
194 { 194 {
195 position: absolute; 195 position: absolute;
196 bottom: 5px; 196 bottom: 5px;
197 right: 10px; 197 right: 10px;
198 } 198 }
199 199
200 #pageactions 200 #pageactions
201 { 201 {
202 margin-top: -40px; 202 margin-top: -40px;
203 margin-bottom: 20px; 203 margin-bottom: 20px;
204 } 204 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld