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

Unified Diff: static/css/main.css

Issue 29335186: Issue 3025 - Adjusting content margin and font size for small screens in web.adblockbrowser.org (Closed)
Patch Set: Removed unused padding Created Feb. 10, 2016, 5:03 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/main.css
diff --git a/static/css/main.css b/static/css/main.css
index c0e37882daf9ee6eea35abd7cae4b6e0a1b0189e..304800dfe4748395aedb204e7a7a7b5c4860e271 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -581,8 +581,7 @@ html[dir="rtl"] #modal-close
.content-left
{
- padding: 0px 17px;
- max-width: 88%;
+ max-width: 100%;
display: block;
margin: 0px auto;
}
@@ -595,7 +594,7 @@ html[dir="rtl"] #modal-close
#content
{
- padding: 34px 0px 68px 0px;
+ padding: 34px 20px 68px 20px;
}
#footnotes
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld