Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3677)

Unified Diff: chrome/browser/resources/webui.css

Issue 7003007: Apply content-security-policy to the HTML options page. This is a (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/webui.css
===================================================================
--- chrome/browser/resources/webui.css (revision 84688)
+++ chrome/browser/resources/webui.css (working copy)
@@ -1,38 +0,0 @@
-body {
- background-color:white;
- color:black;
- margin:10px;
-}
-
-.header {
- overflow:auto;
- clear:both;
-}
-
-.header .logo {
- float:left;
-}
-
-.header .form {
- float:left;
- margin-top:22px;
- -webkit-margin-start:12px;
-}
-
-html[dir='rtl'] .logo {
- float:right;
-}
-
-html[dir='rtl'] .form {
- float:right;
-}
-
-.page-navigation {
- padding:8px;
- background-color:#ebeff9;
- -webkit-margin-end:4px;
-}
-
-.footer {
- height:24px;
-}

Powered by Google App Engine
This is Rietveld 408576698