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

Side by Side 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.
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 | « static/css/topics.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #content 1 .topic
2 { 2 {
3 width: 980px; 3 margin-left: 150px;
4 } 4 }
5 5
6 .topic 6 [dir="rtl"] .topic
7 { 7 {
8 width: 500px; 8 margin-left: 0px;
9 margin-right: 150px;
9 } 10 }
10 11
11 .topic-small 12 .topic-small
12 { 13 {
13 -webkit-transition: margin-top .2s; 14 -webkit-transition: margin-top .2s;
14 -moz-transition: margin-top .2s; 15 -moz-transition: margin-top .2s;
15 -ms-transition: margin-top .2s; 16 -ms-transition: margin-top .2s;
16 transition: margin-top .2s; 17 transition: margin-top .2s;
17 } 18 }
18 19
19 .topic-small:hover 20 .topic-small:hover
20 { 21 {
21 text-decoration: underline; 22 text-decoration: underline;
22 margin-top: 2px; 23 margin-top: 2px;
23 } 24 }
24 25
25 #pageactions 26 #pageactions
26 { 27 {
27 margin-left: 0; 28 margin-left: 0;
28 margin-right: 0; 29 margin-right: 0;
29 width: 100%; 30 width: 100%;
30 } 31 }
OLDNEW
« 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