divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit bbf55c549a5e6883f4d48a741f4dae7f0288c681
parent fc2fefaf288ce856e613b6918b04c7a052dcd00b
Author: sin <sin@2f30.org>
Date:   Sat,  4 Nov 2017 22:38:46 +0000

Update stagit css (thanks Evil_Bob!)

Diffstat:
Mstagit/style.css | 29++++-------------------------
1 file changed, 4 insertions(+), 25 deletions(-)

diff --git a/stagit/style.css b/stagit/style.css @@ -1,25 +1,14 @@ -*, -*:after, -*:before { - margin: 0; - padding: 0; -} html { background-color: #111; color: #fff; - font-size: 12px; font-weight: normal; - line-height: 16px; } -body { margin: 16px; } h1, h2, -h3, -dl, -ol, -ul, -p, -table { margin-bottom: 16px; } +h3 { + font-size: 1em; + margin: 0; +} a, a:link { color: #8dc; @@ -29,19 +18,9 @@ a:active, a:visited { color: #8fc; } a:focus { outline: 1px dotted; } a:hover { color: #8cd; } -h1, -h2, -h3 { - font-weight: bold; - line-height: 32px; -} -h1 { font-size: 24px; } -h2 { font-size: 20px; } -h3 { font-size: 16px; } hr { border: 0 none; border-bottom: 1px dashed #fff; - margin-bottom: 15px; } td, th { padding: 0 4px; }