stagit

Refactor style.css

We have no 
 anymore.

FRIGN contact@arjunchoudhary.com

commit: cf07f57 parent: 4d1deb8
1 files changed, 3 insertions(+), 29 deletions(-)
Mstyle.css+3-29
M · style.css +3, -29
 1@@ -1,5 +1,5 @@
 2 body {
 3-	font-family: monospace, sans-serif;
 4+	font-family: monospace;
 5 	color: #333;
 6 	background-color: #fff;
 7 }
 8@@ -17,7 +17,7 @@ table thead td {
 9 }
10 
11 table td {
12-	padding: 0 3px;
13+	padding: 0 0.4em;
14 }
15 
16 #content table tr:hover td {
17@@ -25,7 +25,7 @@ table td {
18 }
19 
20 h1, h2, h3, h4, h5, h6 {
21-	font-size: 100%;
22+	font-size: 1em;
23 }
24 
25 .desc {
26@@ -33,35 +33,9 @@ h1, h2, h3, h4, h5, h6 {
27 	color: #777;
28 }
29 
30-h1 img {
31-	width: 32px;
32-	height: 32px;
33-}
34-
35 hr {
36 	color: #777;
37 	background-color: #777;
38 	border: 0;
39 	border-top: 1px solid #777;
40 }
41-
42-pre {
43-	font-family: monospace;
44-}
45-
46-pre span.h {
47-	color: blue;
48-}
49-
50-pre span.i {
51-	color: green;
52-}
53-
54-pre span.d {
55-	color: red;
56-}
57-
58-pre span a {
59-	text-decoration: none;
60-	color: inherit;
61-}