mirror of
https://gitee.com/openharmony/third_party_jinja2
synced 2025-03-01 12:05:56 +00:00
Slightly modified headline style
This commit is contained in:
parent
d06dcc0bda
commit
c6749dc66d
12
docs/_themes/jinja/static/jinja.css_t
vendored
12
docs/_themes/jinja/static/jinja.css_t
vendored
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user