silverstripe-blog/css/blog.css

16 lines
192 B
CSS
Raw Normal View History

2012-05-21 04:58:26 +02:00
.BlogError {
text-align: center;
}
.BlogError p {
color: #fff;
display: inline;
background-color: #f77;
padding: 7px;
font-weight:bold;
}
.edit-post {
clear:both;
padding-top:10px;
2012-05-21 04:58:26 +02:00
}