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

Unified Diff: static/css/main.css

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Changed table into unordered list, refactored list markup, refactored main css and templates to support multiple footer elements Created Feb. 27, 2016, 4:16 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
Index: static/css/main.css
diff --git a/static/css/main.css b/static/css/main.css
index 4ddec39f1ee3428a1d6d36e8ff4ec8b98d9738be..8171b8dc8de0605f1cc72570e9abe0ba07e63b61 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -253,18 +253,18 @@ a[hreflang="en"]:not(:lang(en)):after
background-position: -83px -83px;
}
-#content h1
Thomas Greiner 2016/07/15 16:07:54 Did you make sure that this won't have any side ef
juliandoucette 2016/07/19 22:29:17 Yes. But I will revert this main.css change and ap
Thomas Greiner 2016/07/27 09:42:10 Thanks.
+h1
{
font-size: 30px;
}
-#content h2
+h2
{
font-weight: bold;
font-size: 25px;
}
-#content h3
+h3
{
font-size: 20px;
}
@@ -323,7 +323,7 @@ a[hreflang="en"]:not(:lang(en)):after
margin: 4px 0;
}
-footer
+.footer-main
{
display: block;
background: white;
@@ -331,19 +331,20 @@ footer
padding: 0;
}
-footer nav h1, footer nav li
+.footer-main nav h1, .footer-main nav li
{
color: #444444;
border-bottom: 1px solid #dedede;
}
-footer h1
+.footer-main h1
{
+ font-size: 16px;
margin-top: 0;
margin-bottom: 15px;
}
-footer nav li
+.footer-main nav li
{
margin-bottom: 5px;
}

Powered by Google App Engine
This is Rietveld