silverstripe-blog/css/blog.css

15 lines
225 B
CSS
Raw Normal View History

.no-sidebar .content-container.size3of4 {
width: 75%;
}
.blog-entry .post-image img {
width: 98.75%;
}
.blog-sidebar .WidgetHolder ul {
margin-left: 0;
}
.blog-sidebar .WidgetHolder ul li {
list-style-type: none;
2015-03-04 23:20:47 +01:00
}