[27102] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Fix ordered list style

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Thu Oct 11 11:41:57 2012

Date: Thu, 11 Oct 2012 11:40:32 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201210111540.q9BFeWCi001166@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/6bcffe46896be56799cda9ae58b40a1256a09949
commit 6bcffe46896be56799cda9ae58b40a1256a09949
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Fri Oct 5 16:44:40 2012 -0400

    Fix ordered list style
    
    Sphynx outputs class information that corresponds to its generated
    basic.css, which we do not include.  This results in all lists,
    even nested lists, using arabic numerals.
    Import the class properties into kerb.css for now.

 doc/rst_source/_static/kerb.css |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/doc/rst_source/_static/kerb.css b/doc/rst_source/_static/kerb.css
index c280047..f283496 100644
--- a/doc/rst_source/_static/kerb.css
+++ b/doc/rst_source/_static/kerb.css
@@ -126,3 +126,25 @@ td.linenos pre {
     background-color: transparent;
     color: #aaa;
 }
+
+/* ordered lists */
+
+ol.arabic {
+    list-style: decimal;
+}
+
+ol.loweralpha {
+    list-style: lower-alpha;
+}
+
+ol.upperalpha {
+    list-style: upper-alpha;
+}
+
+ol.lowerroman {
+    list-style-type: lower-roman;
+}
+
+ol.upperroman {
+    list-style-type: upper-roman;
+}
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post