aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-04 08:06:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-04 08:06:42 +0000
commit843266ef22e83878a9e63d711f52a924355008a6 (patch)
treeb7d9f64dd871dc9162192db6668d08a95ce1a7b9 /style.css
parentb1fb120d0a24fcf56a9796331ce7aa0b603be57b (diff)
downloadmandoc-843266ef22e83878a9e63d711f52a924355008a6.tar.gz
mandoc-843266ef22e83878a9e63d711f52a924355008a6.tar.zst
mandoc-843266ef22e83878a9e63d711f52a924355008a6.zip
Minor www fixes.
Diffstat (limited to 'style.css')
-rw-r--r--style.css34
1 files changed, 6 insertions, 28 deletions
diff --git a/style.css b/style.css
index 63a161a5..d100c3b5 100644
--- a/style.css
+++ b/style.css
@@ -2,18 +2,13 @@ body { color: #333333;
font-size: smaller;
font-family: Verdana, Tahoma, Arial, sans-serif; }
-p { margin-left: 40px;
- text-align: justify; }
-
-table { margin-left: 40px; }
+table.frame { max-width: 800px;
+ padding-left: 10px; }
-ul { margin-left: 40px; }
+table { padding-left: 40px; }
-p.boxed { border: 1px solid #cccccc;
- margin-left: 40px;
- text-align: justify;
- padding: 2px;
- color: black; }
+p { padding-left: 40px;
+ text-align: justify; }
h1 { font-weight: bold;
font-size: small;
@@ -21,29 +16,14 @@ h1 { font-weight: bold;
h2 { font-weight: bold;
font-size: small;
- margin-left: 20px;
- margin-bottom: 0px;
- font-family: Verdana, Tahoma, Arial, sans-serif; }
-
-h3 { font-size: small;
- font-weight: normal;
- margin-left: 20px;
+ padding-left: 20px;
margin-bottom: 0px;
font-family: Verdana, Tahoma, Arial, sans-serif; }
-a.man { text-decoration: none;
- border-bottom: 1px dotted #999999; }
-
-span.path { color: #000000; }
-
span.nm { color: #000000; font-weight: bold; }
span.attn { color: #000000; font-weight: bold; }
-span.fl { font-weight: bold; }
-
-span.ar { text-decoration: underline; }
-
div.head { border-bottom: 1px dotted #cccccc;
padding-bottom: 5px;
text-align: right; }
@@ -54,5 +34,3 @@ div.foot { border-top: 1px dotted #cccccc;
text-align: right; }
a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }
-
-td.zebra { background-color: #eeeeee; }