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

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

Issue 29576560: Noissue - Adjusted width and layout of new abp.org features page (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 14, 2017, 1:19 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/topics.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/topics-desktop.css
===================================================================
--- a/static/css/topics-desktop.css
+++ b/static/css/topics-desktop.css
@@ -1,16 +1,17 @@
-#content
+.topic
{
- width: 980px;
+ margin-left: 150px;
}
-.topic
+[dir="rtl"] .topic
{
- width: 500px;
+ margin-left: 0px;
+ margin-right: 150px;
}
.topic-small
{
-webkit-transition: margin-top .2s;
-moz-transition: margin-top .2s;
-ms-transition: margin-top .2s;
transition: margin-top .2s;
« no previous file with comments | « static/css/topics.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld