aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorFRIGN <[email protected]>2015-12-08 00:17:48 +0100
committerFRIGN <[email protected]>2015-12-08 00:17:48 +0100
commitafcb86a55d50e83e2d9b5090db4fe5a9978fb616 (patch)
tree9a20e06f4e2593b6688cfd2765fa2dea9a0a5504 /style.css
parent52520a4289cb5a74381d4dbaf22deff01d00c67c (diff)
downloadstagit-afcb86a55d50e83e2d9b5090db4fe5a9978fb616.tar.gz
stagit-afcb86a55d50e83e2d9b5090db4fe5a9978fb616.zip
Refactor style.css
We have no <pre> anymore.
Diffstat (limited to 'style.css')
-rw-r--r--style.css32
1 files changed, 3 insertions, 29 deletions
diff --git a/style.css b/style.css
index 970ac99..6c90267 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
body {
- font-family: monospace, sans-serif;
+ font-family: monospace;
color: #333;
background-color: #fff;
}
@@ -17,7 +17,7 @@ table thead td {
}
table td {
- padding: 0 3px;
+ padding: 0 0.4em;
}
#content table tr:hover td {
@@ -25,7 +25,7 @@ table td {
}
h1, h2, h3, h4, h5, h6 {
- font-size: 100%;
+ font-size: 1em;
}
.desc {
@@ -33,35 +33,9 @@ h1, h2, h3, h4, h5, h6 {
color: #777;
}
-h1 img {
- width: 32px;
- height: 32px;
-}
-
hr {
color: #777;
background-color: #777;
border: 0;
border-top: 1px solid #777;
}
-
-pre {
- font-family: monospace;
-}
-
-pre span.h {
- color: blue;
-}
-
-pre span.i {
- color: green;
-}
-
-pre span.d {
- color: red;
-}
-
-pre span a {
- text-decoration: none;
- color: inherit;
-}