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

Side by Side Diff: lighttpd/style/newstyle.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/no_dll/README ('k') | lighttpd/style/oldstyle.css » ('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 body {
2 background-color: #F5F5F5;
3 }
4 a, a:active {
5 text-decoration: none;
6 color: blue;
7 }
8 a:visited {
9 color: #48468F;
10 }
11 a:hover, a:focus {
12 text-decoration: underline;
13 color: red;
14 }
15 h2 {
16 margin-bottom: 12px;
17 }
18 table {
19 margin-left: 12px;
20 }
21 th, td {
22 font-family: "Courier New", Courier, monospace;
23 font-size: 10pt;
24 text-align: left;
25 }
26 th {
27 font-weight: bold;
28 padding-right: 14px;
29 padding-bottom: 3px;
30 }
31 td {
32 padding-right: 14px;
33 }
34 td.s, th.s {
35 text-align: right;
36 }
37 div.list {
38 background-color: white;
39 border-top: 1px solid #646464;
40 border-bottom: 1px solid #646464;
41 padding-top: 10px;
42 padding-bottom: 14px;
43 }
44 div.foot {
45 font-family: "Courier New", Courier, monospace;
46 font-size: 10pt;
47 color: #787878;
48 padding-top: 4px;
49 }
OLDNEW
« no previous file with comments | « lighttpd/no_dll/README ('k') | lighttpd/style/oldstyle.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698