c4db07acaccb

Make the front page suck less.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Jan 2011 11:40:12 -0500
parents 9d10c90cfa61
children aa90f23e2ab6
branches/tags (none)
files media/css/sjl.less requirements.txt

Changes

--- a/media/css/sjl.less	Fri Nov 05 16:32:26 2010 -0400
+++ b/media/css/sjl.less	Tue Jan 25 11:40:12 2011 -0500
@@ -151,12 +151,12 @@
 .splash {
     color: #454545;
     text-align: center;
-    font: normal 45px/50px @font-fancy;
+    font: normal 27px/32px @font-fancy;
     margin-bottom: -1px;
-    padding-top: 25px;
+    padding-top: 0;
 
     p {
-        margin-bottom: 50px;
+        margin-bottom: 24px;
     }
     .amp {
         font-style: italic;
--- a/requirements.txt	Fri Nov 05 16:32:26 2010 -0400
+++ b/requirements.txt	Tue Jan 25 11:40:12 2011 -0500
@@ -4,7 +4,7 @@
 -e svn+http://svn.cherrypy.org/tags/cherrypy-3.2.0rc1#egg=cherrypy
 -e git://gitorious.org/python-markdown/mainline.git#egg=markdown
 
-pyYAML
+PyYAML
 smartypants
 Pygments
-PIL
\ No newline at end of file
+PIL