little css fixes
This commit is contained in:
+15
-2
@@ -699,6 +699,12 @@ section
|
|||||||
padding: 15px
|
padding: 15px
|
||||||
overflow-x: scroll
|
overflow-x: scroll
|
||||||
|
|
||||||
|
|
||||||
|
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code
|
||||||
|
font-family: inherit
|
||||||
|
font-size: inherit
|
||||||
|
background-color: transparent
|
||||||
|
|
||||||
ul li
|
ul li
|
||||||
list-style: disc
|
list-style: disc
|
||||||
|
|
||||||
@@ -710,12 +716,16 @@ section
|
|||||||
padding-left: 30px
|
padding-left: 30px
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
|
|
||||||
|
ul ul, ol ol, ul ol, ol ul
|
||||||
|
margin: 0.75em 0
|
||||||
|
|
||||||
li
|
li
|
||||||
margin-bottom: 1em
|
margin-bottom: 0.75em
|
||||||
|
|
||||||
table
|
table
|
||||||
width: 100%
|
width: 100%
|
||||||
border: 1px solid #ccc
|
border: 1px solid #ccc
|
||||||
|
border-spacing: 0
|
||||||
|
|
||||||
thead, tr:nth-child(even)
|
thead, tr:nth-child(even)
|
||||||
background-color: $light-grey
|
background-color: $light-grey
|
||||||
@@ -725,10 +735,13 @@ section
|
|||||||
color: white
|
color: white
|
||||||
|
|
||||||
th, td
|
th, td
|
||||||
padding: 6px
|
padding: 8px
|
||||||
text-align: left
|
text-align: left
|
||||||
margin: 0
|
margin: 0
|
||||||
|
|
||||||
|
th
|
||||||
|
font-weight: normal
|
||||||
|
|
||||||
td
|
td
|
||||||
font-size: 0.85em
|
font-size: 0.85em
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user