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

Side by Side Diff: lighttpd/style/oldstyle.css

Issue 467008: Move lighttpd into deps because it's 20mb of win and mac specific... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « lighttpd/style/newstyle.css ('k') | lighttpd/tmp/README.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 table {
2 border: 1px solid black;
3 padding: 1px;
4 }
5 th {
6 background-color: black;
7 border: 1px solid white;
8 color: white;
9 padding-right: 2px;
10 padding-left: 2px;
11 }
12 td {
13 background-color: #f0f0f0;
14 border: 1px solid white;
15 padding-right: 2px;
16 padding-left: 2px;
17 }
18 td.s {
19 background-color: #f0f0f0;
20 text-align: right;
21 padding-left: 14px;
22 }
23 div.foot {
24 margin-top: 4px;
25 }
OLDNEW
« no previous file with comments | « lighttpd/style/newstyle.css ('k') | lighttpd/tmp/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698