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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/table/resources/common.css

Issue 2600903002: Paint the whole of a table-part background image behind the cells in a table (Closed)
Patch Set: Paint the whole of an image behind the cells in a table Created 3 years, 11 months 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
(Empty)
1 body {
2 color: lime;
3 background: #333333;
4 font-family: monospace;
5 }
6 :link {
7 color: yellow;
8 }
9 :visited {
10 color: #999900;
11 }
12 table {
13 border: 1px dotted;
14 border-spacing: 7px;
15 font-size: larger;
16 font-weight: 900;
17 font-family: sans-serif;
18 color: white;
19 }
20 td, th {
21 border: 1px dotted;
22 }
23 .separate {
24 border-collapse: separate;
25 }
26 .collapse {
27 border-collapse: collapse;
28 }
29 .b, .e {
30 border: 13px dotted;
31 }
32
33 /*Columns*/
34 .a {width: 126px}
35 .b {width: 192px}
36 .c {width: 114px}
37 .d {width: 109px}
38
39 /*Rows*/
40 .d {height: 96px}
41 .h {height: 104px}
42 .l {height: 80px}
43 .p {height: 111px}
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698