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

Unified Diff: css/desktop-options.css

Issue 29710555: Issue 6426 - Start using CSS modularization tool in adblockplusui (Closed)
Patch Set: Created Feb. 27, 2018, 11:37 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
Index: css/desktop-options.css
===================================================================
rename from skin/desktop-options.css
rename to css/desktop-options.css
--- a/skin/desktop-options.css
+++ b/css/desktop-options.css
@@ -1,9 +1,9 @@
-/*
+/*!
* This file is part of Adblock Plus <https://adblockplus.org/>,
* Copyright (C) 2006-present eyeo GmbH
*
* Adblock Plus is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3 as
* published by the Free Software Foundation.
*
* Adblock Plus is distributed in the hope that it will be useful,
@@ -656,17 +656,16 @@
position: fixed;
}
#sidebar footer
{
bottom: 0px;
position: absolute;
}
-
}
/*
Main content
*/
body[data-tab|="general"] #content-general,
body[data-tab|="advanced"] #content-advanced,

Powered by Google App Engine
This is Rietveld