silverstripe-blog/0.2.0-rc1/css/blog.css

11 lines
144 B
CSS
Raw Permalink Normal View History

2008-12-17 05:11:38 +01:00
.BlogError {
text-align: center;
}
.BlogError p {
color: #fff;
display: inline;
background-color: #f77;
padding: 7px;
font-weight:bold;
}