Skip to content

Commit 0b49e3a

Browse files
jnurthenmcking65
authored andcommitted
Example Pages: Grid Lines for Role, Property, State, and Tabindex Attributes Tables (pull #329)
For issue #168, modified examples/css/core.css to have grid cell lines in complete table.
1 parent ec52a5e commit 0b49e3a

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

examples/css/core.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,18 @@ pre code:not(.hljs),
3535
box-shadow: inset 0 -1px 0 #bbb
3636
}
3737

38-
/* Align border for */
39-
table.attributes tbody th:first-child {
40-
border-right: 0;
41-
}
4238

43-
table.attributes tbody th:first-child + td,
44-
table.attributes tbody th:nth-child(2) {
45-
border-right: 2px solid;
39+
table.attributes tbody th,
40+
table.attributes tbody td {
41+
border-right: 1px solid silver;
4642
border-top: 1px solid silver;
4743
padding-right: 1em;
4844
}
45+
46+
table.data tbody th:first-child,
47+
table.index tbody th:first-child {
48+
border-right: 1px solid silver;
49+
border-top: 1px solid silver;
50+
padding-right: 1em;
51+
}
52+

0 commit comments

Comments
 (0)