aboutsummaryrefslogtreecommitdiff
path: root/doc/user/skribilo.css
diff options
context:
space:
mode:
authorLudovic Courtès2008-01-30 19:13:21 +0100
committerLudovic Courtès2008-01-30 19:13:21 +0100
commit12dbb4e48707367e40f0282a39d022fc0d3ddd9a (patch)
treee403a8f587a936e5ce79b223f0989b3f93d7a515 /doc/user/skribilo.css
parent468af210d5bb490a7a737d4e840eb0f53caef7a3 (diff)
downloadskribilo-12dbb4e48707367e40f0282a39d022fc0d3ddd9a.tar.gz
skribilo-12dbb4e48707367e40f0282a39d022fc0d3ddd9a.tar.lz
skribilo-12dbb4e48707367e40f0282a39d022fc0d3ddd9a.zip
doc: CSS improvements.
Diffstat (limited to 'doc/user/skribilo.css')
-rw-r--r--doc/user/skribilo.css23
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/user/skribilo.css b/doc/user/skribilo.css
index 51fa490..956fb72 100644
--- a/doc/user/skribilo.css
+++ b/doc/user/skribilo.css
@@ -44,9 +44,22 @@ span.sf { font-family: sans-serif }
.small-toc {
text-align: left;
font-size: normal;
- font-weight: bold;
+ font-weight: normal;
background: #eeeef0;
- border-radius: 2px;
+
+ position: relative;
+ padding: 10px;
+ width: 30%;
+ margin: 30px 0 0 0;
+
+ /* XXX: `float' doesn't play well with tables. */
+ /* float: right; */
+ /* margin: 0 0 30px 30px; */
+
+ border-width: 1px;
+ border-style: dotted;
+ border-color: #999;
+ border-radius: 5px;
-moz-border-radius: 2px;
}
@@ -55,6 +68,12 @@ span.sf { font-family: sans-serif }
font-family: sans-serif;
font-weight: normal;
font-size: small;
+ text-align: right;
+ color: #999;
+ border-top-style: dashed;
+ border-top-width: 1px;
+ border-top-color: #aaa;
+ margin: 20px 0 0 0;
}
.section-title {