diff themes/default/style.css @ 21:393cf6c9301b

2007-08-15 00:40:35 by steve Added the ability to have titles + subtitles to blogs. Added RSS logo.
author steve
date Wed, 15 Aug 2007 00:40:36 +0000
parents e35a3985f60f
children 9728676c3a85
line wrap: on
line diff
--- a/themes/default/style.css	Tue Aug 14 21:15:45 2007 +0000
+++ b/themes/default/style.css	Wed Aug 15 00:40:36 2007 +0000
@@ -10,6 +10,29 @@
 	margin-right: 185px;
 }
 
+div.title {
+}
+
+div.title h1 {
+        margin: 0px -10px;
+	padding: 5px 10px 0px 10px;
+	text-align: center;
+}
+
+div.title a {
+	color: black !important;
+	text-decoration: none !important;
+}
+div.title a:hover {
+	color: black !important;
+	text-decoration: none !important;
+}
+
+div.title h2 {
+	margin: 0 0 1ex 0;
+	padding: 0;
+        text-align: right;
+}
 
 /*
  * Special markup for weblog entries.