table thingy
This commit is contained in:
+10
-3
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
// TEXT
|
// TEXT
|
||||||
$h1-font-size: 40px
|
$h1-font-size: 40px
|
||||||
$h1-line-height: 50px
|
$h1-line-height: 40px
|
||||||
|
|
||||||
$h2-font-size: 42px
|
$h2-font-size: 42px
|
||||||
$h2-line-height: 60px
|
$h2-line-height: 60px
|
||||||
@@ -506,7 +506,7 @@ section
|
|||||||
&:before
|
&:before
|
||||||
content: ""
|
content: ""
|
||||||
position: absolute
|
position: absolute
|
||||||
top: 9px
|
top: 12px
|
||||||
left: 2px
|
left: 2px
|
||||||
border-style: solid
|
border-style: solid
|
||||||
border-width: 5px 0 5px 8px
|
border-width: 5px 0 5px 8px
|
||||||
@@ -713,9 +713,16 @@ section
|
|||||||
li
|
li
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
|
|
||||||
|
table
|
||||||
|
width: 100%
|
||||||
|
border: 1px solid #ccc
|
||||||
|
|
||||||
thead, tr:nth-child(even)
|
thead, tr:nth-child(even)
|
||||||
background-color: $light-grey
|
background-color: $light-grey
|
||||||
|
|
||||||
|
thead
|
||||||
|
border-bottom: 1px solid #ccc
|
||||||
|
|
||||||
th, td
|
th, td
|
||||||
padding: 6px
|
padding: 6px
|
||||||
|
|
||||||
@@ -975,7 +982,7 @@ html.search #docsContent
|
|||||||
color: #008080
|
color: #008080
|
||||||
|
|
||||||
.highlight .vg
|
.highlight .vg
|
||||||
color: #008080
|
color: #008080`
|
||||||
|
|
||||||
.highlight .vi
|
.highlight .vi
|
||||||
color: #008080
|
color: #008080
|
||||||
|
|||||||
Reference in New Issue
Block a user