summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-28 14:08:08 +0100
committerGravatar Tom Willemse2013-12-28 14:08:08 +0100
commit7d9c72209302f237587c147adf6fb3ebf71a190a (patch)
tree386d4071ba931f5530d6c44becdcf5fa33e6d0bc
parent9c7e633e769d84efe971cb68011949428c5f98d4 (diff)
downloadorgweb-7d9c72209302f237587c147adf6fb3ebf71a190a.tar.gz
orgweb-7d9c72209302f237587c147adf6fb3ebf71a190a.zip
Restyle edocs.css
-rw-r--r--edocs.css43
1 files changed, 9 insertions, 34 deletions
diff --git a/edocs.css b/edocs.css
index 37e876e..2a80c7d 100644
--- a/edocs.css
+++ b/edocs.css
@@ -1,10 +1,5 @@
-a {
- text-decoration: none;
-}
-
-a:hover {
- text-decoration: underline;
-}
+a { text-decoration: none; }
+a:hover { text-decoration: underline; }
body {
border: 0;
@@ -15,29 +10,12 @@ body {
font-size: 15px;
}
-h1 {
- font-size: 25px;
-}
-
-h2 {
- font-size: 23px;
-}
-
-h3 {
- font-size: 21px;
-}
-
-h4 {
- font-size: 19px;
-}
-
-h5 {
- font-size: 17px;
-}
-
-h6 {
- font-size: 15px;
-}
+h1 { font-size: 25px; }
+h2 { font-size: 23px; }
+h3 { font-size: 21px; }
+h4 { font-size: 19px; }
+h5 { font-size: 17px; }
+h6 { font-size: 15px; }
pre {
line-height: 100%;
@@ -45,7 +23,4 @@ pre {
margin: 1.2em -8pt;
}
-.container {
- margin: 0 auto;
- width: 700px;
-}
+.container { margin: 0 auto; width: 700px; }