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

Side by Side Diff: static/css/main-desktop.css

Issue 29573885: Noissue - Removed *-desktop.css and *-mobile.css from new abp.org (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Removed references in default.tmpl Created Oct. 12, 2017, 11:20 a.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/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 html
2 {
3 position: relative;
4 min-height: 100%;
5 }
6
7 #content
8 {
9 margin-top: 71px;
10 }
11
12 #anwiki-admin
13 {
14 position: absolute;
15 bottom: 5px;
16 right: 10px;
17 left: 0;
18 }
19
20 html[dir="rtl"] #anwiki-admin
21 {
22 left: 10px;
23 right: 0;
24 }
25
26 #pageactions
27 {
28 float: right;
29 margin-top: -21px;
30 margin-left: -150px;
31 margin-right: -150px;
32 width: 980px;
33 }
34
35 #globalnav
36 {
37 margin-top: 5px;
38 margin-bottom: 5px;
39 }
OLDNEW
« no previous file with comments | « static/css/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld