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

Side by Side Diff: static/css/lsd.css

Issue 6275268058546176: Issue 2157 - Update Large Scale Deployments landing page (Closed)
Patch Set: Some fixes according to "Patch Set 6" comments Created June 14, 2015, 10:24 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
« no previous file with comments | « pages/deployments.tmpl ('k') | static/img/lsd/7energy-logo.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #lsd-header-block, #lsd-icon-wrapper
2 {
3 display: inline-block;
4 }
5
6 #lsd-header-block
7 {
8 vertical-align: top;
9 max-width: 500px;
10 }
11
12 #lsd-icon-wrapper
13 {
14 padding-left: 40px;
15 }
16
17 @media (max-width: 650px)
18 {
19 #lsd-icon-wrapper
20 {
21 display: none;
22 }
23 }
24
25
26 #lsd-header-block h1
27 {
28 margin-top: 0px;
29 }
30
31 .lsd-feature-wrapper
32 {
33 min-width: 300px;
34 margin-top: 20px;
35 display: inline-block;
36 }
37
38 .lsd-icon
39 {
40 display: inline-block;
41 background-image: url(/img/lsd/lsd-sprite.png);
42 vertical-align: middle;
43 }
44
45 .lsd-icon.lsd
46 {
47 background-position: -1px -1px;
48 height: 110px;
49 width: 110px;
50 }
51
52 .lsd-icon.bandwidth
53 {
54 background-position: -1px -112px;
55 height: 60px;
56 width: 60px;
57 }
58
59 .lsd-icon.efficient
60 {
61 background-position: -62px -112px;
62 height: 60px;
63 width: 60px;
64 }
65
66 .lsd-icon.privacy
67 {
68 background-position: -62px -173px;
69 height: 60px;
70 width: 60px;
71 }
72
73 .lsd-icon.gpl
74 {
75 background-position: -1px -173px;
76 height: 60px;
77 width: 60px;
78 }
79
80 .lsd-feature-text
81 {
82 margin-left: 20px;
83 display: inline-block;
84 width: 250px;
85 font-size: 21px;
86 font-weight: bold;
87 vertical-align: middle;
88 }
89
90 .lsd-feature-separator
91 {
92 margin: 40px 0px;
93 }
94
95 .lsd-organisation-wrapper
96 {
97 clear: both;
98 margin-bottom: 20px;
99 overflow: hidden;
100 }
101
102 .lsd-organisation-wrapper img
103 {
104 float: left;
105 vertical-align: top;
106 margin-right: 20px;
107 }
108
109 .lsd-organisation-wrapper div
110 {
111 vertical-align: top;
112 }
113
114 .lsd-organisation-wrapper p
115 {
116 margin: 0px;
117 }
OLDNEW
« no previous file with comments | « pages/deployments.tmpl ('k') | static/img/lsd/7energy-logo.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld