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

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

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads Created 9 years, 1 month 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/webui2.css
diff --git a/chrome/browser/resources/webui2.css b/chrome/browser/resources/webui2.css
deleted file mode 100644
index 49205f8b91df1cc81c9e0eccf401f35765fd4d76..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/webui2.css
+++ /dev/null
@@ -1,31 +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;
- margin-right:4px;
-}
-.footer {
- height:24px;
-}
« chrome/browser/resources/old_webui.css ('K') | « chrome/browser/resources/webui.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698