From 0b49e3aba015d5a4de830d61803c675ceede7bc5 Mon Sep 17 00:00:00 2001 From: James Nurthen Date: Mon, 20 Mar 2017 21:23:50 -0700 Subject: [PATCH] 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. --- examples/css/core.css | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/examples/css/core.css b/examples/css/core.css index b5c5e67037..85671f7e3e 100644 --- a/examples/css/core.css +++ b/examples/css/core.css @@ -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; + } +