aboutsummaryrefslogtreecommitdiff
path: root/share/misc
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2014-01-22 11:08:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2014-01-22 11:08:48 +0000
commit26483d1c82b202c7e60a6c77d2ce806ffb3ade15 (patch)
treee0ee60e5a562eb57f6487441924d0f4d5eed5374 /share/misc
parent5c2b126a1b93ca91c2f0888c92edc3225a99c243 (diff)
downloaddoc-26483d1c82b202c7e60a6c77d2ce806ffb3ade15.tar.gz
doc-26483d1c82b202c7e60a6c77d2ce806ffb3ade15.zip
- Make the admonition boxes consistent
Reported by: wblock
Notes
Notes: svn path=/head/; revision=43626
Diffstat (limited to 'share/misc')
-rw-r--r--share/misc/docbook.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/share/misc/docbook.css b/share/misc/docbook.css
index 09bba7513f..7972171eee 100644
--- a/share/misc/docbook.css
+++ b/share/misc/docbook.css
@@ -289,42 +289,41 @@ pre.programlisting {
color: #222;
background: #eee;
border: 1px solid #ccc;
- width: 90%;
+ width: 63em;
}
.tip {
color: #004F00;
background: #d8ecd6;
border: 1px solid green;
- width: 90%;
+ width: 63em;
}
.important {
font-style:italic;
border: 1px solid #a00;
- border-left: 12px solid #c00;
+ border-left: 1em solid #c00;
+ width: 62em;
}
.warning {
color: #9F1313;
background: #f8e8e8;
border: 1px solid #e59595;
- width: 90%;
+ width: 63em;
}
.caution {
color: #3E3535;
background: #FFC;
border: 1px solid #e59595;
- width: 90%;
+ width: 63em;
}
.example {
background: #fefde6;
border: 1px solid #f1bb16;
- margin: 1em 0;
- padding: 0.2em 2em;
- width: 90%;
+ width: 63em;
}
.admontitle {