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

Side by Side Diff: appengine/chromium_status/stylesheets/style.css

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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
OLDNEW
1 body { 1 body {
2 font-family: Arial, sans-serif; 2 font-family: Arial, sans-serif;
3 padding: 0px; 3 padding: 0px;
4 } 4 }
5 5
6 h1 { 6 h1 {
7 font-size: 14pt; 7 font-size: 14pt;
8 font-style: italic; 8 font-style: italic;
9 margin: 0px; 9 margin: 0px;
10 padding: 5px; 10 padding: 5px;
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 .throttled { 76 .throttled {
77 background-color: #FFFC6C; 77 background-color: #FFFC6C;
78 } 78 }
79 79
80 .help { 80 .help {
81 border: 1px black solid; 81 border: 1px black solid;
82 background-color: #FFFFCA; 82 background-color: #FFFFCA;
83 position: fixed; 83 position: fixed;
84 padding: 0.1em; 84 padding: 0.1em;
85 } 85 }
OLDNEW
« no previous file with comments | « appengine/chromium_status/stylesheets/cq_top_score.css ('k') | appengine/chromium_status/templates/allstatus.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698