diff options
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/example.style.css b/example.style.css index cbb279cb..9488e22b 100644 --- a/example.style.css +++ b/example.style.css @@ -1,13 +1,11 @@ div.body { font-family: monospace; min-width: 580px; width: 580px; } /* Top-most div tag. */ -span.sec-head { font-weight: bold; } /* Sections (Sh). */ -div.sec-head { } +div.sec-head { font-weight: bold; } /* Sections (Sh). */ div.sec-body { } div.sec-block { } -span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */ -div.ssec-head { } +div.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */ div.ssec-body { } div.ssec-block { } |