diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-10 05:21:52 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-10 05:55:25 +0200 |
commit | a350a16bb2c11986faf5883a2804d46b03bd7c8f (patch) | |
tree | 00ca40222b1f4c9bcffca081982e006763e697d8 /docs/css/staticdocs.css | |
parent | 3b399df5231576880fd9e0ae7253064d82edfe86 (diff) |
Static documentation rebuilt with current staticdocs
Using hadley/staticdocs commit #8c1069d from 8 days ago
Diffstat (limited to 'docs/css/staticdocs.css')
-rw-r--r-- | docs/css/staticdocs.css | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/css/staticdocs.css b/docs/css/staticdocs.css new file mode 100644 index 00000000..15d74084 --- /dev/null +++ b/docs/css/staticdocs.css @@ -0,0 +1,25 @@ +h2 {padding-top: 20px} + +.icon img { + float: right; + border: 1px solid #ccc; +} +.index .internal {display: none;} +ul.index li {margin-bottom: 0.5em; clear: both;} + +footer { + margin-top: 45px; + padding: 35px 0 36px; + border-top: 1px solid #e5e5e5; +} +footer p { + margin-bottom: 0; + color: #555; +} + +.sidebar h2 { + font-size: 1.1em; + padding-top: 0.5em; +} + +.sidebar li {margin-bottom: 0.5em;} |