Skip to content

Commit

Permalink
Example Pages: Grid Lines for Role, Property, State, and Tabindex Att…
Browse files Browse the repository at this point in the history
…ributes Tables (pull #329)

For issue #168, modified examples/css/core.css to have grid cell lines in complete table.
  • Loading branch information
jnurthen authored and mcking65 committed Mar 21, 2017
1 parent ec52a5e commit 0b49e3a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions examples/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,18 @@ pre code:not(.hljs),
box-shadow: inset 0 -1px 0 #bbb
}

/* Align border for */
table.attributes tbody th:first-child {
border-right: 0;
}

table.attributes tbody th:first-child + td,
table.attributes tbody th:nth-child(2) {
border-right: 2px solid;
table.attributes tbody th,
table.attributes tbody td {
border-right: 1px solid silver;
border-top: 1px solid silver;
padding-right: 1em;
}

table.data tbody th:first-child,
table.index tbody th:first-child {
border-right: 1px solid silver;
border-top: 1px solid silver;
padding-right: 1em;
}

0 comments on commit 0b49e3a

Please sign in to comment.