stagit-gopher

static git page generator for gopher (mirror)
git clone git://git.2f30.org/stagit-gopher
Log | Files | Refs | README | LICENSE

commit 4cf1bb0b9aa14b598a4c3cff171f7601fd6730ee
parent 0d62269509bed50aa39a5ae36ae9a509d70f40c3
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed, 14 Jun 2017 18:22:59 +0200

remove unused files

Diffstat:
Dfavicon.png | 0
Dlogo.png | 0
Dstyle.css | 96-------------------------------------------------------------------------------
3 files changed, 0 insertions(+), 96 deletions(-)

diff --git a/favicon.png b/favicon.png Binary files differ. diff --git a/logo.png b/logo.png Binary files differ. diff --git a/style.css b/style.css @@ -1,96 +0,0 @@ -body { - font-family: monospace; - color: #000; - background-color: #fff; -} - -h1, h2, h3, h4, h5, h6 { - font-size: 1em; - margin: 0; -} - -img, h1, h2 { - vertical-align: middle; -} - -a { - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -#blob a { - color: #777; -} - -#blob a:hover { - color: blue; - text-decoration: none; -} - -table thead td { - font-weight: bold; -} - -table td { - padding: 0 0.4em; -} - -#content table td { - white-space: nowrap; - vertical-align: top; -} - -#branches tr:hover td, -#tags tr:hover td, -#index tr:hover td, -#log tr:hover td, -#files tr:hover td { - background-color: #eee; -} - -#index tr td:nth-child(2), -#tags tr td:nth-child(3), -#branches tr td:nth-child(3), -#log tr td:nth-child(2) { - white-space: normal; -} - -td.num { - text-align: right; -} - -.desc { - color: #777; -} - -hr { - border: 0; - border-top: 1px solid #777; -} - -pre { - font-family: monospace; -} - -pre a.h { - color: #00a; -} - -span.i, -pre a.i { - color: #070; -} - -span.d, -pre a.d { - color: #e00; -} - -pre a.h:hover, -pre a.i:hover, -pre a.d:hover { - text-decoration: none; -}