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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/lsd.css
===================================================================
--- a/static/css/lsd.css
+++ b/static/css/lsd.css
@@ -1,27 +1,39 @@
+#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.
+{
+ padding-top: 2.5em;
+}
+
+@media(min-width: 768px)
+{
+ #content
+ {
+ padding-top: 5em;
+ }
+}
+
#lsd-header-block, #lsd-icon-wrapper
{
display: inline-block;
}
#lsd-header-block
{
vertical-align: top;
- max-width: 500px;
}
#lsd-icon-wrapper
{
padding-left: 40px;
}
-@media (max-width: 650px)
+@media (max-width: 1200px)
{
- #lsd-icon-wrapper
+ #lsd-icon-wrapper
{
display: none;
}
}
#lsd-header-block h1
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld