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

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

Issue 29581789: Noissue - Hotfixed new apb.org deployments page (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 17, 2017, 1:20 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content
ire 2017/10/18 08:07:54 NIT: Maybe add a comment why a non-LSD-related sel
juliandoucette 2017/10/18 12:30:57 Agreed.
2 {
3 padding-top: 2.5em;
4 }
5
6 @media(min-width: 768px)
7 {
8 #content
9 {
10 padding-top: 5em;
11 }
12 }
13
1 #lsd-header-block, #lsd-icon-wrapper 14 #lsd-header-block, #lsd-icon-wrapper
2 { 15 {
3 display: inline-block; 16 display: inline-block;
4 } 17 }
5 18
6 #lsd-header-block 19 #lsd-header-block
7 { 20 {
8 vertical-align: top; 21 vertical-align: top;
9 max-width: 500px;
10 } 22 }
11 23
12 #lsd-icon-wrapper 24 #lsd-icon-wrapper
13 { 25 {
14 padding-left: 40px; 26 padding-left: 40px;
15 } 27 }
16 28
17 @media (max-width: 650px) 29 @media (max-width: 1200px)
18 { 30 {
19 #lsd-icon-wrapper 31 #lsd-icon-wrapper
20 { 32 {
21 display: none; 33 display: none;
22 } 34 }
23 } 35 }
24 36
25 37
26 #lsd-header-block h1 38 #lsd-header-block h1
27 { 39 {
28 margin-top: 0px; 40 margin-top: 0px;
29 } 41 }
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 120
109 .lsd-organisation-wrapper div 121 .lsd-organisation-wrapper div
110 { 122 {
111 vertical-align: top; 123 vertical-align: top;
112 } 124 }
113 125
114 .lsd-organisation-wrapper p 126 .lsd-organisation-wrapper p
115 { 127 {
116 margin: 0px; 128 margin: 0px;
117 } 129 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld