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

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

Issue 9148089: Less hacky implementation of the language selection (Closed)
Patch Set: Created Jan. 9, 2013, 1:15 p.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 * 1 *
2 { 2 {
3 font-family: Arial, sans; 3 font-family: Arial, sans;
4 font-size: 16px; 4 font-size: 16px;
5 } 5 }
6 6
7 body 7 body
8 { 8 {
9 background-color: #f8f6f2; 9 background-color: #f8f6f2;
10 background-image: url(../img/background.png); 10 background-image: url(../img/background.png);
(...skipping 19 matching lines...) Expand all
30 button 30 button
31 { 31 {
32 cursor: pointer; 32 cursor: pointer;
33 } 33 }
34 34
35 code, pre 35 code, pre
36 { 36 {
37 font-family: "Courier New", monospace; 37 font-family: "Courier New", monospace;
38 } 38 }
39 39
40 pre
41 {
42 background: cornsilk;
43 padding: 10px;
44 border: 1px solid black;
45 }
46
40 .sprite 47 .sprite
41 { 48 {
42 display: inline-block; 49 display: inline-block;
43 font-size: 0px; /* fix for IE6 height bug */ 50 font-size: 0px; /* fix for IE6 height bug */
44 background-image: url(../img/sprite-main.png); 51 background-image: url(../img/sprite-main.png);
45 background-repeat: no-repeat; 52 background-repeat: no-repeat;
46 } 53 }
47 54
48 nav ul 55 nav ul
49 { 56 {
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 343
337 #social-twitter 344 #social-twitter
338 { 345 {
339 background-position: 0px -83px; 346 background-position: 0px -83px;
340 } 347 }
341 348
342 #social-gplus 349 #social-gplus
343 { 350 {
344 background-position: -83px 0px; 351 background-position: -83px 0px;
345 } 352 }
OLDNEW

Powered by Google App Engine
This is Rietveld