diff options
Diffstat (limited to 'source/_static')
-rw-r--r-- | source/_static/apilist.html | 5 | ||||
-rw-r--r-- | source/_static/index-style.css | 19 | ||||
-rw-r--r-- | source/_static/leaflabs-docs.css | 1 |
3 files changed, 20 insertions, 5 deletions
diff --git a/source/_static/apilist.html b/source/_static/apilist.html deleted file mode 100644 index 556fcc9..0000000 --- a/source/_static/apilist.html +++ /dev/null @@ -1,5 +0,0 @@ -{# Filename: .static/apilist.html #} -{% set parents = parents.pop() %} -{% if parents %} -<a href="{{ parents.link|e }}">{{ parents.title }}</a> -{% endif %} diff --git a/source/_static/index-style.css b/source/_static/index-style.css new file mode 100644 index 0000000..d7c42b3 --- /dev/null +++ b/source/_static/index-style.css @@ -0,0 +1,19 @@ +/* Contents style */ + +.contents-table { + font-size: large; +} + +.contents-table ul, .contents-table li { + display: inline; +} + +.contents-table td { + padding: 0em 1em 0em; +} + +.contents-table ul { + list-style-type: none; + margin: 0em; + padding-left: 0px; +} diff --git a/source/_static/leaflabs-docs.css b/source/_static/leaflabs-docs.css new file mode 100644 index 0000000..18f5bcc --- /dev/null +++ b/source/_static/leaflabs-docs.css @@ -0,0 +1 @@ +/* Any custom CSS you want applied goes here */ |