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

Unified Diff: static/css/main.css

Issue 29722640: Fixes #22 - Add download page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 14, 2018, 1:31 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
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -796,8 +796,28 @@
margin-top: -60px;
margin-left: -40px;
}
.hide-disclaimer .video-play
{
margin-top: -40px;
}
+
+/* Horizontal List
ire 2018/03/14 13:34:37 Taken from help.eyeo.com. I'm thinking we should a
juliandoucette 2018/03/14 17:54:53 Agreed.
ire 2018/03/15 09:38:12 https://issues.adblockplus.org/ticket/6484
+ ******************************************************************************/
+
+ .horizontal-list
+ {
+ display: inline;
+ list-style: none;
+ }
+
+ .horizontal-list li
+ {
+ display: inline;
+ list-style: none;
+ }
+
+ [dir="rtl"] .horizontal-list
+ {
+ padding: 0;
+ }
« pages/download.tmpl ('K') | « pages/download.tmpl ('k') | static/img/abb-icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld