fixed an inconsistency that i added by accident that was bothering me lol
This commit is contained in:
parent
52682b18be
commit
c1a4eccd92
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
nav a { margin-right: 10px }
|
||||
hr { border: 0; border-bottom: 1px solid black; margin-top: 16px }
|
||||
th { text-align: left }
|
||||
td { padding: 0em 1em 0 0; vertical-align: top; }
|
||||
td { padding: 0 1em 0 0; vertical-align: top; }
|
||||
footer { font-size: small; text-align: right }
|
||||
/* permalinks */
|
||||
h1 a[href^="#"]::after, h2 a[href^="#"]::after, h3 a[href^="#"]::after, h4 a[href^="#"]::after, h5 a[href^="#"]::after, h6 a[href^="#"]::after { content: "¶"; opacity: 0; margin-left: .5em; }
|
||||
|
|
Loading…
Reference in a new issue