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

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

Issue 9051084: Changed images to use CSS sprites (Closed)
Patch Set: Removed trailing whitespaces Created Dec. 20, 2012, 3:59 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 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #content>div:first-child
Felix Dahlke 2012/12/21 09:20:11 I've removed this deliberately, because the video
9 {
10 display: -webkit-flex;
11 display: -moz-flex;
12 display: -ms-flex;
13 display: flex;
14 -webkit-flex-direction: column;
15 -moz-flex-direction: column;
16 -ms-flex-direction: column;
17 flex-direction: column;
18 }
19
8 #video 20 #video
9 { 21 {
10 -webkit-box-sizing: border-box; 22 -webkit-box-sizing: border-box;
11 -moz-box-sizing: border-box; 23 -moz-box-sizing: border-box;
12 -ms-box-sizing: border-box; 24 -ms-box-sizing: border-box;
13 box-sizing: border-box; 25 box-sizing: border-box;
14 margin: 20px 0; 26 margin: 20px 0;
15 width: auto; 27 width: auto;
16 max-width: 515px; 28 max-width: 515px;
17 -webkit-order: 2; 29 -webkit-order: 2;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 margin-right: 15px; 76 margin-right: 15px;
65 padding-left: 80px; 77 padding-left: 80px;
66 text-align: left; 78 text-align: left;
67 } 79 }
68 80
69 #key-facts section.border-right 81 #key-facts section.border-right
70 { 82 {
71 padding-bottom: 25px; 83 padding-bottom: 25px;
72 border-bottom: 1px dotted black; 84 border-bottom: 1px dotted black;
73 } 85 }
OLDNEW

Powered by Google App Engine
This is Rietveld