Author: julian
Date: 2006-05-25 07:38:32 -0500 (Thu, 25 May 2006)
New Revision: 13
Modified:
static/all.css
Log:
static/all.css
* Suppress <h1>/<h2> top margin even when preceded by a floating <img>
embedded in a <p>.
* Added reserve rules for eventual custom link formatting.
Modified: static/all.css
===================================================================
--- static/all.css 2006-05-24 17:34:09 UTC (rev 12)
+++ static/all.css 2006-05-25 12:38:32 UTC (rev 13)
@@ -23,6 +23,14 @@
font-size: 90%;
}
+/*
+ * Suppress <h1>/<h2> top margin even when preceded by a floating <img>
+ * embedded in a <p>:
+ */
+.wikitext > p:first-child + h1, .wikitext > p:first-child + h2 {
+ margin-top: 0;
+}
+
blockquote {
margin-right: 0;
}
@@ -32,6 +40,17 @@
font-size: 110%;
}
+/*
+a {
+ border-bottom: 1px dotted;
+}
+
+a:hover {
+ border-bottom: 1px solid;
+ text-decoration: none;
+}
+*/
+
table {
empty-cells: hide;
}
-------
To unsubscribe, change your address, or temporarily deactivate your
subscription,
please go to http://v2.listbox.com/member/[EMAIL PROTECTED]