mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
11 lines
144 B
CSS
11 lines
144 B
CSS
|
.BlogError {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.BlogError p {
|
||
|
color: #fff;
|
||
|
display: inline;
|
||
|
background-color: #f77;
|
||
|
padding: 7px;
|
||
|
font-weight:bold;
|
||
|
}
|