Larger fonts in the docs

This commit is contained in:
Armin Ronacher 2010-04-17 20:52:37 +02:00
parent fe6c279df1
commit 325dfa2469
3 changed files with 40 additions and 16 deletions

View file

@ -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>

View file

@ -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;
}