aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-22 09:36:20 +0200
committerMichał Górny <mgorny@gentoo.org>2017-10-22 09:36:20 +0200
commit62055e30bf001951d8059c49e14802cc311cab0f (patch)
tree4cb2ad90cc520ebf12992d338d9364b0eb8b30c5
parentglep: Redo 'GLEP source' in two columns (diff)
downloadwww-62055e30bf001951d8059c49e14802cc311cab0f.tar.gz
www-62055e30bf001951d8059c49e14802cc311cab0f.tar.bz2
www-62055e30bf001951d8059c49e14802cc311cab0f.zip
glep: Account for different list classes in CSS
-rw-r--r--assets/css/glep.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/assets/css/glep.css b/assets/css/glep.css
index 8ade813..3547270 100644
--- a/assets/css/glep.css
+++ b/assets/css/glep.css
@@ -14,3 +14,31 @@
/* reverse the weird big font from bootstrap */
font-size: 14px;
}
+
+/*
+the following bits are copied from:
+
+:Author: David Goodger (goodger@python.org)
+:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
+:Copyright: This stylesheet has been placed in the public domain.
+
+Default cascading style sheet for the HTML output of Docutils.
+
+See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
+customize this style sheet.
+*/
+
+ol.arabic {
+ list-style: decimal }
+
+ol.loweralpha {
+ list-style: lower-alpha }
+
+ol.upperalpha {
+ list-style: upper-alpha }
+
+ol.lowerroman {
+ list-style: lower-roman }
+
+ol.upperroman {
+ list-style: upper-roman }