We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec52a5e commit 0b49e3aCopy full SHA for 0b49e3a
examples/css/core.css
@@ -35,14 +35,18 @@ pre code:not(.hljs),
35
box-shadow: inset 0 -1px 0 #bbb
36
}
37
38
-/* Align border for */
39
-table.attributes tbody th:first-child {
40
- border-right: 0;
41
-}
42
43
-table.attributes tbody th:first-child + td,
44
-table.attributes tbody th:nth-child(2) {
45
- border-right: 2px solid;
+table.attributes tbody th,
+table.attributes tbody td {
+ border-right: 1px solid silver;
46
border-top: 1px solid silver;
47
padding-right: 1em;
48
+
+table.data tbody th:first-child,
+ table.index tbody th:first-child {
49
+ border-top: 1px solid silver;
50
+ padding-right: 1em;
51
+ }
52
0 commit comments