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:
authorGeorg Brandl <georg@python.org>2010-01-02 23:40:03 +0300
committerGeorg Brandl <georg@python.org>2010-01-02 23:40:03 +0300
commit34987eed86cd1e724f19947132b995ced98da6d4 (patch)
tree163b069b8b83b68f19a1ea817b27540e631c75ad /sphinx/themes/default
parentd32bd22ae78cf14622476b41b238df7ccff25064 (diff)
parentc4cccb33ea71d324deb5bedd8a11644825763c23 (diff)
merge with 0.6
Diffstat (limited to 'sphinx/themes/default')
-rw-r--r--sphinx/themes/default/static/default.css_t8
1 files changed, 8 insertions, 0 deletions
diff --git a/sphinx/themes/default/static/default.css_t b/sphinx/themes/default/static/default.css_t
index fbfd64a85..cd1db7ec0 100644
--- a/sphinx/themes/default/static/default.css_t
+++ b/sphinx/themes/default/static/default.css_t
@@ -250,3 +250,11 @@ tt {
th {
background-color: #ede;
}
+
+.warning tt {
+ background: #efc2c2;
+}
+
+.note tt {
+ background: #d6d6d6;
+}