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: Created Feb. 1, 2016, 5:12 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..56b5a15a657d782dc45d814f10d63e76f49f2373 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -581,7 +581,7 @@ html[dir="rtl"] #modal-close
.content-left
{
- padding: 0px 17px;
+ padding: 0px;
max-width: 88%;
saroyanm 2016/02/10 14:45:47 Can't see a reason why this was set, but if we spe
juliandoucette 2016/02/10 16:58:38 I agree.
display: block;
margin: 0px auto;
@@ -595,7 +595,8 @@ html[dir="rtl"] #modal-close
#content
{
- padding: 34px 0px 68px 0px;
+ font-size: 16px;
saroyanm 2016/02/10 14:45:47 Detail: I would avoid having similar cosmetic with
juliandoucette 2016/02/10 16:58:38 I agree that we should avoid having similar cosmet
+ 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