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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 body {
2 background-color:white;
3 color:black;
4 margin:10px;
5 }
6 .header {
7 overflow:auto;
8 clear:both;
9 }
10 .header .logo {
11 float:left;
12 }
13 .header .form {
14 float:left;
15 margin-top:22px;
16 -webkit-margin-start:12px;
17 }
18 html[dir='rtl'] .logo {
19 float:right;
20 }
21 html[dir='rtl'] .form {
22 float:right;
23 }
24 .page-navigation {
25 padding:8px;
26 background-color:#ebeff9;
27 margin-right:4px;
28 }
29 .footer {
30 height:24px;
31 }
OLDNEW
« 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