Slightly modified headline style
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 24 Jan 2011 11:49:56 +0000 (12:49 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 24 Jan 2011 11:49:56 +0000 (12:49 +0100)
docs/_themes/jinja/static/jinja.css_t

index 4735559cf48c411a17f3974818fb7ef83f5482e3..3291ba6fd186050e9b1b928ad3f524b47a945e92 100644 (file)
@@ -1,15 +1,17 @@
 /*
- * flasky.css_t
- * ~~~~~~~~~~~~
+ * jinja.css_t
+ * ~~~~~~~~~~~
  *
- * :copyright: Copyright 2010 by Armin Ronacher.
+ * :copyright: Copyright 2011 by Armin Ronacher.
  * :license: Flask Design License, see LICENSE for details.
  */
 
+@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
+
 {% set page_width = '940px' %}
 {% set sidebar_width = '220px' %}
 {% set font_family = 'Georgia, serif' %}
-{% set header_font_family = font_family %}
+{% set header_font_family = 'Crimson Text, ' ~ font_family %}
  
 @import url("basic.css");
  
@@ -253,7 +255,7 @@ p.admonition-title:after {
 
 pre, tt {
     font-family: 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
-    font-size: 0.9em;
+    font-size: 0.85em;
 }
 
 img.screenshot {