Updated MANIFEST
[cocanwiki.git] / html / _css / standard.css
index 39d4379..7e99195 100644 (file)
@@ -1,5 +1,5 @@
 /* Stylesheet for COCANWIKI.
- * $Id: standard.css,v 1.24 2004/10/24 17:32:54 rich Exp $
+ * $Id: standard.css,v 1.27 2004/11/10 16:52:04 rich Exp $
  */
 
 /* Based on the basic stylesheet. */
@@ -95,7 +95,7 @@ code {
 
 /* Abbreviations should be in smallcaps. */
 abbr, acronym {
-  font-variant: smallcaps;
+  font-variant: small-caps;
 }
 
 /* Preformatted text. */
@@ -265,7 +265,7 @@ ul#recent_changes {
 ul#recent_changes span.date {
   display: block;
   float: left;
-  width: 8.5em;
+  width: 9em;
 }
 
 /* History list. */
@@ -278,7 +278,7 @@ ul#history {
 ul#history span.date {
   display: block;
   float: left;
-  width: 8.5em;
+  width: 9em;
 }
 
 /* Forms. */
@@ -352,3 +352,29 @@ div#navigation_div ul {
   margin-left: 3em;
   padding-left: 0px;
 }
+
+/* Default for branding section.  The default doesn't claim to be very
+ * helpful.  If you enabled branding on the site, you should abs-position
+ * the branding_div, and indeed probably replace it with a logo at the
+ * top of each page.
+ */
+div#branding_div {
+  width: 30%;
+  float: right;
+  font-size: 0.7em;
+}
+
+div#branding_div h2 {
+  border: none;
+  margin: 0px;
+  padding: 0px;
+}
+
+div#branding_div p {
+  margin: 0px;
+  padding: 0px;
+}
+
+div#branding_div p#brand_description {
+  display: none;
+}
\ No newline at end of file