aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdocml.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 16:19:52 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 16:19:52 +0000
commit9b08769d420c8fb749fc6b70d3118ead5f54e2ea (patch)
tree7b7e17f8e07f09fcb73cb407e6a9b5c8155a212b /mdocml.css
parentff889942f7c344c157152d8ed3c19809b62ff504 (diff)
downloadmandoc-9b08769d420c8fb749fc6b70d3118ead5f54e2ea.tar.gz
mandoc-9b08769d420c8fb749fc6b70d3118ead5f54e2ea.tar.zst
mandoc-9b08769d420c8fb749fc6b70d3118ead5f54e2ea.zip
Character-encoding tests.
Diffstat (limited to 'mdocml.css')
-rw-r--r--mdocml.css120
1 files changed, 28 insertions, 92 deletions
diff --git a/mdocml.css b/mdocml.css
index 3acf0d0e..f59f009a 100644
--- a/mdocml.css
+++ b/mdocml.css
@@ -1,92 +1,28 @@
- body
- {
- margin: 0px;
- font-family: Tahoma, sans-serif;
- font-size: small;
- }
-
- div.mdoc
- {
- width: 600px;
- }
-
- div.block-Sh
- {
- margin-bottom: 20px;
- }
-
- div.head-Sh
- {
- font-weight: bold;
- font-size: larger;
- }
-
- div.head-Ss
- {
- font-weight: bold;
- margin-top: 10px;
- text-align: justify;
- }
-
- div.body-Sh
- {
- margin-left: 20px;
- margin-top: 10px;
- text-align: justify;
- }
-
- span.inline-Nd:before
- {
- content: ' - ';
- }
-
- span.inline-Fl:before
- {
- content: '-';
- }
-
- span.inline-Fl
- {
- font-weight: bolder;
- }
-
- span.inline-Ar
- {
- text-decoration: underline;
- }
-
- span.inline-Pa
- {
- text-decoration: underline;
- }
-
- span.inline-Op:before
- {
- content: '[';
- }
-
- span.inline-Op:after
- {
- content: ']';
- }
-
- div.block-Bl
- {
- margin-top: 10px;
- margin-left: 20px;
- }
-
- div.inline-Pp
- {
- margin-bottom: 10px;
- }
-
- span.inline-D1
- {
- margin-left: 20px;
- }
-
- span.inline-Qq:before { content: '``'; }
- span.inline-Qq:after { content: '\'\''; }
- span.inline-Sq:before { content: '`'; }
- span.inline-Sq:after { content: '\''; }
+ body { margin: 10px;
+ font-family: Tahoma, sans-serif;
+ font-size: small; }
+ div.mdoc { width: 600px; }
+ div.block-Sh { margin-bottom: 20px; }
+ div.head-Sh { font-weight: bold;
+ font-size: larger; }
+ div.head-Ss { font-weight: bold;
+ margin-top: 10px;
+ text-align: justify; }
+ div.body-Sh { margin-left: 20px;
+ margin-top: 10px;
+ text-align: justify; }
+ span.inline-Nd:before { content: ' \2014 '; }
+ span.inline-Fl:before { content: '-'; }
+ span.inline-Fl { font-weight: bolder; }
+ span.inline-Ar { text-decoration: underline; }
+ span.inline-Pa { text-decoration: underline; }
+ span.inline-Op:before { content: '['; }
+ span.inline-Op:after { content: ']'; }
+ div.block-Bl { margin-top: 10px;
+ margin-left: 20px; }
+ div.inline-Pp { margin-bottom: 10px; }
+ span.inline-D1 { margin-left: 20px; }
+ span.inline-Qq:before { content: '\201c'; }
+ span.inline-Qq:after { content: '\201d'; }
+ span.inline-Sq:before { content: '\2018'; }
+ span.inline-Sq:after { content: '\2019'; }