summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial06.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial06.txt b/docs/intro/tutorial06.txt
index 231ae315ee..dff3bc1e2c 100644
--- a/docs/intro/tutorial06.txt
+++ b/docs/intro/tutorial06.txt
@@ -92,11 +92,11 @@ Then, add to your stylesheet (``polls/static/polls/style.css``):
:filename: polls/static/polls/style.css
body {
- background: white url("images/background.gif") no-repeat right bottom;
+ background: white url("images/background.gif") no-repeat;
}
Reload ``http://localhost:8000/polls/`` and you should see the background
-loaded in the bottom right of the screen.
+loaded in the top left of the screen.
.. warning::