diff options
-rw-r--r-- | assets/css/glep.css | 28 |
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 } |