Archived
1
0
Fork 0

css: changing text color

This commit is contained in:
Henrik Hautakoski 2010-10-30 14:00:22 +02:00
parent 8cab418a8a
commit 6a0409147a

View file

@ -4,7 +4,7 @@ body,input,textarea { font: normal 12px "Verdana"; }
body {
background: url('../img/bg.png') repeat-x;
background-color: #fcfcfc;
color: #443;
color: #333;
}
h1,h2,h3,h4,h5,h6 { margin: 0 0 5px; }
@ -233,7 +233,6 @@ div.blogpost {
}
div.blogpost p.publish {
margin-left: 1em;
color: black;
}
div.blogpost div.content {
margin-bottom: 1em;
@ -289,8 +288,8 @@ ul.custom {
ul.custom li.item { margin-bottom: 20px }
ul.custom li.item h3 {
padding: 0 0 0 0;
margin: 0 0 0 0;
padding: 0;
margin: 0;
}
ul.custom li.item p {