comparison 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
comparison
equal deleted inserted replaced
20:b029b7a32d6c 21:393cf6c9301b
8 color: black; 8 color: black;
9 margin: 0; 9 margin: 0;
10 margin-right: 185px; 10 margin-right: 185px;
11 } 11 }
12 12
13 div.title {
14 }
15
16 div.title h1 {
17 margin: 0px -10px;
18 padding: 5px 10px 0px 10px;
19 text-align: center;
20 }
21
22 div.title a {
23 color: black !important;
24 text-decoration: none !important;
25 }
26 div.title a:hover {
27 color: black !important;
28 text-decoration: none !important;
29 }
30
31 div.title h2 {
32 margin: 0 0 1ex 0;
33 padding: 0;
34 text-align: right;
35 }
13 36
14 /* 37 /*
15 * Special markup for weblog entries. 38 * Special markup for weblog entries.
16 */ 39 */
17 div.entry { 40 div.entry {