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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | static/css/topics-desktop.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #toc 1 #toc
2 { 2 {
3 text-align: center; 3 margin-bottom: 3em;
4 margin-bottom: 50px;
5 } 4 }
6 5
7 .topic-small 6 .topic-small
8 { 7 {
9 display: inline-block; 8 display: inline-block;
10 width: 110px; 9 width: 110px;
11 min-height: 90px; 10 min-height: 90px;
12 text-align: center; 11 text-align: center;
13 vertical-align: top; 12 vertical-align: top;
14 padding: 10px; 13 padding: 10px;
(...skipping 10 matching lines...) Expand all
25 width: 50px; 24 width: 50px;
26 height: 50px; 25 height: 50px;
27 } 26 }
28 27
29 .topic-small p 28 .topic-small p
30 { 29 {
31 margin: 0px; 30 margin: 0px;
32 font-size: 14px; 31 font-size: 14px;
33 } 32 }
34 33
35 #list
36 {
37 text-align: center;
38 }
39
40 .topic 34 .topic
41 { 35 {
42 position: relative; 36 position: relative;
43 margin: 0 auto 20px auto; 37 margin-bottom: 2em;
44 text-align: left; 38 text-align: left;
45 border-top: 1px solid #7D7D7D; 39 border-top: 1px solid #7D7D7D;
46 min-height: 140px; 40 min-height: 140px;
47 } 41 }
48 42
49 html[dir="rtl"] .topic 43 html[dir="rtl"] .topic
50 { 44 {
51 text-align: right; 45 text-align: right;
52 } 46 }
53 47
(...skipping 20 matching lines...) Expand all
74 68
75 .topic .description 69 .topic .description
76 { 70 {
77 display: inline; 71 display: inline;
78 } 72 }
79 73
80 .topic .description .longtext 74 .topic .description .longtext
81 { 75 {
82 margin-top: 10px; 76 margin-top: 10px;
83 } 77 }
OLDNEW
« 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