summaryrefslogtreecommitdiff
path: root/apidoc/sphinx/static/bottle.css
diff options
context:
space:
mode:
Diffstat (limited to 'apidoc/sphinx/static/bottle.css')
-rw-r--r--apidoc/sphinx/static/bottle.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/apidoc/sphinx/static/bottle.css b/apidoc/sphinx/static/bottle.css
deleted file mode 100644
index d809b1a..0000000
--- a/apidoc/sphinx/static/bottle.css
+++ /dev/null
@@ -1,58 +0,0 @@
-@import url("default.css");
-/*
-body {
-background: #eee url("http://bottle.paws.de/logo_bg.png") no-repeat scroll 0 0;
-}
-
-div.body {
-border: 1px solid #ccc;
-margin-right: 20px;
-}
-
-div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
-border-bottom: 3px solid #003333;
-border: 0px;
-font-weight: bold;
-margin: 20px -20px 10px;
-padding: 3px 0 3px 10px;
-}*/
-
-div.body {
- background: #fff url("logo_bg.png") no-repeat scroll right 3em;
-}
-
-div.sphinxsidebar ul, div.sphinxsidebar ul ul, div.sphinxsidebar ul.want-points {
- list-style-image:none;
- //list-style-position:inside;
- list-style-type:disc;
-}
-
-div.body dt {
- font-weight: bold;
-}
-
-pre {
- background-color: #eee;
- border: 1px solid #ddd;
- border-width: 0 0 0 5px;
- padding: 5px 10px;
-}
-
-img.align-left {
- margin: 5px;
-}
-
-h1, h2, h3, h4, h5, h6, h7, p.rubric {
- clear: both;
-}
-
-div.sphinxsidebar ul {
- font-size: 0.9em;
-}
-
-p.rubric {
- background: #eee;
- border-left: 5px solid #1C4E63;
- padding-left: 5px;
-}
-