]> granicus.if.org Git - p11-kit/commitdiff
Fix up styling and tweaks.
authorStef Walter <stefw@collabora.co.uk>
Thu, 31 Mar 2011 12:34:06 +0000 (14:34 +0200)
committerStef Walter <stefw@collabora.co.uk>
Thu, 31 Mar 2011 12:37:04 +0000 (14:37 +0200)
doc/style.css
p11-kit/p11-kit-messages.c

index 859273fa80979115d71a2dbad1b5dae04792bc0a..801516548478c84de6f61fb1c0eb5608930ac7a2 100644 (file)
@@ -38,24 +38,34 @@ BODY {
 
 DIV.book,
 DIV.refentry,
-DIV.chapter {
+DIV.chapter,
+DIV.index,
+DIV.footer {
        font-family: Verdana, Arial, 'Bitstream Vera Sans', Helvetica, sans-serif;
        font-size: 9.5pt;
        line-height: 150%;
+       margin-right: 1em;
 }
 
-DIV.variablelist TABLE {
-       font-size: 9.5pt;
-       line-height: 150%;
+DIV.book,
+DIV.footer {
+       margin-left: 1em;
 }
 
 DIV.refentry,
-DIV.chapter {
+DIV.chapter,
+DIV.index {
        margin-left: 3em;
-       margin-right: 1em;
 }
 
-DIV.refsect2 {
+DIV.variablelist TABLE {
+       font-size: 9.5pt;
+       line-height: 150%;
+}
+
+DIV.refsect1,
+DIV.refsect2,
+DIV.refsynopsisdiv {
        margin-bottom: 3em !important;
 }
 
index 0920a377b11f745995e1df044fc2d34420c439a1..bfc637cd7e7b58dc0862df39ff37a4b4449f7514 100644 (file)
@@ -40,7 +40,7 @@
 /**
  * SECTION:p11-kit-util
  * @title: Utilities
- * @short_description: Message Utilities
+ * @short_description: PKCS\#11 utilities
  *
  * Utility functions for working with PKCS\#11.
  */
@@ -54,7 +54,7 @@
 
 /**
  * p11_kit_strerror:
- * @rv: The PKCS\#11 return value to get a message for.
+ * @rv: The code to get a message for.
  *
  * Get a message for a PKCS\#11 return value or error code. Do not
  * pass CKR_OK or other such non errors to this function.