mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
32 lines
386 B
CSS
32 lines
386 B
CSS
/*
|
|
Foundational BBHelper formatting
|
|
*/
|
|
|
|
ul.bbcodeExamples li {
|
|
list-style-type:none;
|
|
font-size: 1em;
|
|
}
|
|
ul.bbcodeExamples li.last {
|
|
border: none;
|
|
}
|
|
|
|
ul.bbcodeExamples li span.example {
|
|
|
|
}
|
|
|
|
#BBTagsHolder{
|
|
color: #777;
|
|
padding: 5px;
|
|
width: 270px;
|
|
background-color: #fff;
|
|
font-size:0.8em;
|
|
}
|
|
|
|
.bbcodeExamples{
|
|
margin: 0 !important;
|
|
padding: 0;
|
|
}
|
|
|
|
#BBCodeHint{
|
|
cursor: pointer;
|
|
} |