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

Side by Side Diff: appengine/chromium_status/stylesheets/cq.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 table.issue { 1 table.issue {
2 table-layout: fixed; 2 table-layout: fixed;
3 width: 100%; 3 width: 100%;
4 margin-top: 1em; 4 margin-top: 1em;
5 border-collapse: collapse; 5 border-collapse: collapse;
6 border-spacing: 0px; 6 border-spacing: 0px;
7 } 7 }
8 8
9 table.issue, table.issue td, table.issue th { 9 table.issue, table.issue td, table.issue th {
10 border: 1px solid black; 10 border: 1px solid black;
(...skipping 15 matching lines...) Expand all
26 table.issue .message .output { 26 table.issue .message .output {
27 margin: 0px; 27 margin: 0px;
28 overflow-x: auto; 28 overflow-x: auto;
29 width: 100%; 29 width: 100%;
30 } 30 }
31 31
32 table.links { 32 table.links {
33 table-layout: fixed; 33 table-layout: fixed;
34 width: 100%; 34 width: 100%;
35 } 35 }
OLDNEW
« no previous file with comments | « appengine/chromium_status/static/third_party/PressStart2P.ttf ('k') | appengine/chromium_status/stylesheets/cq_top_score.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698