Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakayuki Shimizukawa <shimizukawa@gmail.com>2014-10-19 19:35:34 +0400
committerTakayuki Shimizukawa <shimizukawa@gmail.com>2014-10-19 19:35:34 +0400
commit88001924196e1a15eb71c581938e036f0f284766 (patch)
tree9143b67b67692f81b1ccc41b760fc5096c13609b /sphinx/themes/bizstyle
parent7db1820d784d160054f9d1d9860929711a898759 (diff)
improve css for numfig caption
Diffstat (limited to 'sphinx/themes/bizstyle')
-rw-r--r--sphinx/themes/bizstyle/static/bizstyle.css_t14
1 files changed, 13 insertions, 1 deletions
diff --git a/sphinx/themes/bizstyle/static/bizstyle.css_t b/sphinx/themes/bizstyle/static/bizstyle.css_t
index 2b3964c2d..4ef5fccc8 100644
--- a/sphinx/themes/bizstyle/static/bizstyle.css_t
+++ b/sphinx/themes/bizstyle/static/bizstyle.css_t
@@ -269,6 +269,7 @@ a code:hover {
}
pre {
+ background-color: transparent !important;
font-family: 'Consolas', 'Deja Vu Sans Mono',
'Bitstream Vera Sans Mono', monospace;
font-size: 0.95em;
@@ -327,7 +328,11 @@ div.admonition li p {
}
div.admonition pre, div.warning pre {
- margin: 0.4em 1em 0.4em 1em;
+ margin: 0;
+}
+
+div.highlight {
+ margin: 0.4em 1em;
}
div.admonition p.admonition-title {
@@ -442,6 +447,13 @@ th {
background-color: #82A0BE;
}
+div.container div.code-block-caption {
+ background-color: #EEE;
+ border-style: solid;
+ border-color: #CCC;
+ border-width: 1px 5px;
+}
+
/* WIDE DESKTOP STYLE */
@media only screen and (min-width: 1176px) {
body {