changeset 14:a286848c2587

Changed some fonts
author Fotios Kasolis <fotios.kasolis@gmail.com>
date Sun, 27 Jun 2010 00:21:12 +0200
parents cc12c8b6625f
children 3058a25a7c7c
files settings-example.py static/djangodocs.css
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/settings-example.py	Sat Jun 26 16:27:46 2010 -0500
+++ b/settings-example.py	Sun Jun 27 00:21:12 2010 +0200
@@ -24,6 +24,7 @@
 
         #SQLite is enough for testing
         'ENGINE' : 'django.db.backends.sqlite3'
+	'NAME'   : 'agora'
     }
 }
 
--- a/static/djangodocs.css	Sat Jun 26 16:27:46 2010 -0500
+++ b/static/djangodocs.css	Sun Jun 27 00:21:12 2010 +0200
@@ -41,8 +41,9 @@
 #nav-bot {height: 0.85em; background:#FCAF3E; width: 100%; position: absolute;}
 #nav-main{position: relative; z-index: 1; height: 0.85em;}
 #nav{ 
-    margin: 0; font-size: 14px; text-align: right; 
+    margin: 0; font-size: 12px; text-align: right; 
     font-weight: bold; width: 100%;
+    font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
     float: left; }
 
 #nav ul {
@@ -77,7 +78,7 @@
 /*** basic styles ***/
 
 dd { margin-left:15px; }
-h1,h2,h3,h4 { margin-top:1em; font-family:"Trebuchet MS",sans-serif; font-weight:normal; }
+h1,h2,h3,h4 { margin-top:1em; font-family:"Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif; font-weight:normal; }
 h1 { font-size:218%; margin-bottom:.4em; line-height:1.1em; }
 h2 { font-size:175%; margin-bottom:.6em; line-height:1.2em;}
 h3 { font-size:150%; font-weight:bold; margin-bottom:.2em;}