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

Unified 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.
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/main.css ('k') | static/css/main-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main-desktop.css
===================================================================
deleted file mode 100644
--- a/static/css/main-desktop.css
+++ /dev/null
@@ -1,39 +0,0 @@
-html
-{
- position: relative;
- min-height: 100%;
-}
-
-#content
-{
- margin-top: 71px;
-}
-
-#anwiki-admin
-{
- position: absolute;
- bottom: 5px;
- right: 10px;
- left: 0;
-}
-
-html[dir="rtl"] #anwiki-admin
-{
- left: 10px;
- right: 0;
-}
-
-#pageactions
-{
- float: right;
- margin-top: -21px;
- margin-left: -150px;
- margin-right: -150px;
- width: 980px;
-}
-
-#globalnav
-{
- margin-top: 5px;
- margin-bottom: 5px;
-}
« 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