# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1262826581 18000
# Node ID 91bd0cc3d73b95a4e817a5f0c7c2c1224d134844
# Parent  45de198aa5295636a1765a6b989d4c08dc54b750
Adjust the ampersand size.

diff -r 45de198aa529 -r 91bd0cc3d73b media/css/base.css
--- a/media/css/base.css	Fri Dec 25 20:15:07 2009 -0500
+++ b/media/css/base.css	Wed Jan 06 20:09:41 2010 -0500
@@ -171,19 +171,19 @@
 div#section-listing ol li a span.amp {
     font-weight: bold;
     line-height: 0.85em;
-    font-size: 1.25em;
+    font-size: 1.1em;
     color: inherit;
 }
 h1 span.amp, h2 span.amp, h3 span.amp, h4 span.amp, h5 span.amp, h6 span.amp {
     font-weight: bold;
     line-height: 0.5em;
-    font-size: 1.25em;
+    font-size: 1.1em;
     color: inherit;
     
 }
 span.page-title span.amp {
     font-weight: normal;
-    font-size: 1.1em;
+    font-size: 1em;
     line-height: 0.5em;
 }