From: rich <rich>
Date: Tue, 13 Dec 2005 09:05:51 +0000 (+0000)
Subject: Set h1 width to 95% to avoid horizontal scrollbar.
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=fb1c781bdbe4a2b296651a051dda11d210c9ad33;p=cocanwiki.git

Set h1 width to 95% to avoid horizontal scrollbar.
---

diff --git a/html/_css/standard.css b/html/_css/standard.css
index 7e99195..9ef08ac 100644
--- a/html/_css/standard.css
+++ b/html/_css/standard.css
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.27 2004/11/10 16:52:04 rich Exp $
+ * $Id: standard.css,v 1.28 2005/12/13 09:05:51 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -30,7 +30,7 @@ h1 {
   top: 0px;
   left: 0px;
   font-size: 140%;
-  width: 100%;
+  width: 95%;
   padding-left: 2em;
 }
 
@@ -377,4 +377,4 @@ div#branding_div p {
 
 div#branding_div p#brand_description {
   display: none;
-}
\ No newline at end of file
+}