comparison themes/blog.mail-scanning.com/layout.css @ 273:9c7b1fb8db5f

Updated
author Steve Kemp <steve@steve.org.uk>
date Sun, 10 Aug 2008 18:42:28 +0100
parents dbee53530497
children 5b78b571a844
comparison
equal deleted inserted replaced
272:03cc3b5b6cd4 273:9c7b1fb8db5f
124 background-color: #F0F8FF; 124 background-color: #F0F8FF;
125 } 125 }
126 pre:hover{ 126 pre:hover{
127 background-color: #FAEBD7 !important; 127 background-color: #FAEBD7 !important;
128 } 128 }
129
130 div.entry h2 {
131 size: 120%;
132 }
133 div.entry div.date {
134 float:right;
135 padding: 4px;
136 }
137 div.entry div.body {
138 border-top: 1px solid black;
139 }
140 div.entry div.tags {
141 }
142 div.entry div.tags span.comments {
143 padding: 5px;
144 }