forked from orbit-oss/flask
Larger fonts in the docs
This commit is contained in:
parent
fe6c279df1
commit
325dfa2469
3 changed files with 40 additions and 16 deletions
1
docs/_templates/sidebarintro.html
vendored
1
docs/_templates/sidebarintro.html
vendored
|
|
@ -7,6 +7,7 @@
|
|||
</p>
|
||||
<h3>Useful Links</h3>
|
||||
<ul>
|
||||
<li><a href="http://flask.pocoo.org/">The Flask Website</a></li>
|
||||
<li><a href="http://pypi.python.org/pypi/Flask">Flask @ PyPI</a></li>
|
||||
<li><a href="http://github.com/mitsuhiko/flask">Flask @ github</a></li>
|
||||
</ul>
|
||||
|
|
|
|||
5
docs/_themes/flasky/static/flasky.css_t
vendored
5
docs/_themes/flasky/static/flasky.css_t
vendored
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
body {
|
||||
font-family: 'Georgia', serif;
|
||||
font-size: 100%;
|
||||
font-size: 16px;
|
||||
background-color: #555;
|
||||
color: #555;
|
||||
margin: 0;
|
||||
|
|
@ -43,7 +43,6 @@ div.body {
|
|||
background-color: #ffffff;
|
||||
color: #3E4349;
|
||||
padding: 0 30px 30px 30px;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
div.footer {
|
||||
|
|
@ -70,7 +69,7 @@ div.related a {
|
|||
}
|
||||
|
||||
div.sphinxsidebar {
|
||||
font-size: 0.75em;
|
||||
font-size: 0.85em;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue