summaryrefslogtreecommitdiff
path: root/doc/style.css
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-24 11:34:47 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 14:54:46 +0100
commit5147d71466455b3d087b3f3a7472a35e8216c55a (patch)
tree4b81eee35b7d0ec877a34c4fde06478d700a3960 /doc/style.css
parent603c7d4eb996f51178ccc9d235597497bbb2c7a4 (diff)
Add basic trust module
This is based off the roots-store from gnome-keyring and loads certificates from a root directory and exposes them as PKCS#11 objects.
Diffstat (limited to 'doc/style.css')
-rw-r--r--doc/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css
index e70190a..b4b8d47 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -99,10 +99,14 @@ DIV.toc DL {
margin-bottom: 0;
}
-DIV.toc > DL > DT {
+DIV.book > DIV.toc > DL > DT {
margin-top: 1em;
}
DIV.toc DT {
margin-bottom: 0.3em;
}
+
+TABLE.variablelist SPAN.term {
+ padding-right: 1em;
+}