mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
16 lines
192 B
CSS
16 lines
192 B
CSS
.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;
|
|
} |