From 325dfa2469f86e03187b6d9e6aee4745b702c496 Mon Sep 17 00:00:00 2001
From: Armin Ronacher
Date: Sat, 17 Apr 2010 20:52:37 +0200
Subject: [PATCH] Larger fonts in the docs
---
docs/_templates/sidebarintro.html | 1 +
docs/_themes/flasky/static/flasky.css_t | 5 +--
website/index.html | 50 ++++++++++++++++++-------
3 files changed, 40 insertions(+), 16 deletions(-)
diff --git a/docs/_templates/sidebarintro.html b/docs/_templates/sidebarintro.html
index 06bd737e..b8381d7d 100644
--- a/docs/_templates/sidebarintro.html
+++ b/docs/_templates/sidebarintro.html
@@ -7,6 +7,7 @@
Useful Links
diff --git a/docs/_themes/flasky/static/flasky.css_t b/docs/_themes/flasky/static/flasky.css_t
index a006b9b1..b7de089f 100644
--- a/docs/_themes/flasky/static/flasky.css_t
+++ b/docs/_themes/flasky/static/flasky.css_t
@@ -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;
}
diff --git a/website/index.html b/website/index.html
index 19c1f0b4..0c1bd059 100644
--- a/website/index.html
+++ b/website/index.html
@@ -1,21 +1,24 @@
Flask (A Python Microframework)
+
Flask
@@ -37,18 +40,39 @@ def hello():
And Easy to Setup
$ easy_install Flask
$ python hello.py
- * Running on http://localhost:5000/
+
* Running on http://localhost:5000/
Interested?
+
What’s in the Box?
+
+
What do Flask Apps look like?
+
+ If you are looking for some example code of applications written with Flask,
+ have a look at the sources of the examples on github:
+
Contribute
Found a bug? Have a good idea for improving Flask? Head over to
Flask's github page and
- create a new ticket or fork. If you just want to chat with the
- developers, go to #pocoo
on irc.freenode.net
+ create a new ticket or fork. If you just want to chat with fellow
+ developers, go to #pocoo
on irc.freenode.net.
+