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-05-30 15:07:42 +0400
committerGeorg Brandl <georg@python.org>2010-05-30 15:07:42 +0400
commitcbcf99f156d60de65e79a19a2d0a7dcbb7d5fcde (patch)
tree6d815b0fc7bf3f04066fdd6fb54eb7b3e09669d3 /sphinx/themes/agogo/static/agogo.css_t
parentf3c706edae42b6974543aad29bc85b196dd38200 (diff)
#357: Refrain from setting absolute font size in agogo theme.
Diffstat (limited to 'sphinx/themes/agogo/static/agogo.css_t')
-rw-r--r--sphinx/themes/agogo/static/agogo.css_t3
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index d2233dfb2..10f03c47a 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -17,7 +17,6 @@
body {
font-family: {{ theme_bodyfont }};
line-height: 1.4em;
- font-size: 14px;
color: black;
background-color: {{ theme_bgcolor }};
}
@@ -132,7 +131,7 @@ div.header {
div.header h1 {
font-family: {{ theme_headerfont }};
font-weight: normal;
- font-size: 160%;
+ font-size: 180%;
letter-spacing: .08em;
}