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

Unified Diff: static/css/topics.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 | « no previous file | static/css/topics-desktop.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/topics.css
===================================================================
--- a/static/css/topics.css
+++ b/static/css/topics.css
@@ -1,12 +1,11 @@
#toc
{
- text-align: center;
- margin-bottom: 50px;
+ margin-bottom: 3em;
}
.topic-small
{
display: inline-block;
width: 110px;
min-height: 90px;
text-align: center;
@@ -27,25 +26,20 @@
}
.topic-small p
{
margin: 0px;
font-size: 14px;
}
-#list
-{
- text-align: center;
-}
-
.topic
{
position: relative;
- margin: 0 auto 20px auto;
+ margin-bottom: 2em;
text-align: left;
border-top: 1px solid #7D7D7D;
min-height: 140px;
}
html[dir="rtl"] .topic
{
text-align: right;
« no previous file with comments | « no previous file | static/css/topics-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld