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

Unified Diff: static/css/index-desktop.css

Issue 29328921: Issue 2844 - cosmetic fixes and adjustments to ABP for Microsoft Edge subscription page (Closed)
Patch Set: Created Oct. 7, 2015, 4:46 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 | « static/css/index.css ('k') | static/js/index.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -30,6 +30,18 @@
margin-left: 8px;
}
+#summary ul
+{
+ padding-left: 18px;
+ padding-right: 0px;
+}
+
+html[dir="rtl"] #summary ul
+{
+ padding-right: 18px;
+ padding-left: 0px;
+}
+
#install .install-button, #information-android, #edge-subscription
{
position: absolute;
« no previous file with comments | « static/css/index.css ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld