diff --git a/public/css/default.css b/public/css/default.css index 8d5d448..08a39f2 100644 --- a/public/css/default.css +++ b/public/css/default.css @@ -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 {