# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1289153633 21600 # Node ID 88cacdf9005a24f9b58540709b13279634ec1218 # Parent e5939f7d837bc28c9218f810377d827a5c65b32b Fix typo diff -r e5939f7d837b -r 88cacdf9005a README --- a/README Sun Nov 07 12:08:38 2010 -0600 +++ b/README Sun Nov 07 12:13:53 2010 -0600 @@ -13,7 +13,7 @@ Quickstart for personal debugging: 1) Install Django 1.2 or higher, Python 2.5 or higher, the - external librariesm, and probably any version of mercurial, + external libraries, and probably any version of mercurial, SQLite3. On a Unix-based system, Python is probably already installed, the rest can be gotten from source or your operating system's package manager if it has one. diff -r e5939f7d837b -r 88cacdf9005a static/djangodocs.css --- a/static/djangodocs.css Sun Nov 07 12:08:38 2010 -0600 +++ b/static/djangodocs.css Sun Nov 07 12:13:53 2010 -0600 @@ -21,7 +21,7 @@ #columnwrap { background: #EEEEEC; color: black; - /*background-image: url("agora-grey-large.png");*/ + background-image: url("agora-grey-large.png"); background-position: bottom right; background-repeat: no-repeat; overflow: auto;