summaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/style.css b/style.css
index 5f06fe74..b77bedb1 100644
--- a/style.css
+++ b/style.css
@@ -4,14 +4,13 @@ div.body { color: #333333;
font-size: smaller;
font-family: Verdana, Tahoma, Arial, sans-serif; }
-span.sec-head { font-weight: bold; color: blue; } /* Sections (Sh). */
-div.sec-head { }
+div.sec-head { font-weight: bold; color: blue; } /* Sections (Sh). */
div.sec-body { }
div.sec-block { }
-span.ssec-head { font-weight: bold; color: blue; } /* Sub-sections (Ss). */
-div.ssec-head { }
+div.ssec-head { font-weight: bold; color: blue; } /* Sub-sections (Ss). */
div.ssec-body { }
div.ssec-block { }
+
span.addr { } /* Address (Ad). */
span.arg { font-style: italic; } /* Command argument (Ar). */
span.author { } /* Author name (An). */
@@ -55,6 +54,7 @@ span.utility { font-weight: bold; } /* Name of utility (Ex). */
span.var { font-weight: bold; } /* Variables (Rv). */
a.link-ext { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Off-site link (Lk). */
+a.link-includes { } /* Include-file link (In). */
a.link-mail { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }/* Mailto links (Mt). */
a.link-man { } /* Manual links (Xr). */
a.link-sec { } /* Section links (Sx). */