diff options
Diffstat (limited to 'css/gitjoe.css')
-rw-r--r-- | css/gitjoe.css | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/css/gitjoe.css b/css/gitjoe.css index 5e16d96..395e70b 100644 --- a/css/gitjoe.css +++ b/css/gitjoe.css @@ -31,7 +31,7 @@ header { } -header h1 { +h1 { font-size: x-large; font-weight: bold; text-align: center; @@ -40,35 +40,6 @@ header h1 { color: #292929; } -header a { - margin: 0pt; - border-collapse: collapse; -} - -header a:link { - color: #292929; - background-color: transparent; - text-decoration: none; -} - -header a:visited { - color: #292929; - background-color: transparent; - text-decoration: none; -} - -header a:hover { - color: #292929; - background-color: transparent; - text-decoration: none; -} - -header a:active { - color: #292929; - background-color: transparent; - text-decoration: none; -} - footer { border-top: 1pt solid #ccc; background-color: #f1f1f1; |