1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

#2272 New Forum Posts - Bootstrap standard markup.

This commit is contained in:
Cameron
2017-01-14 13:06:47 -08:00
parent 4765d19024
commit e176d560bb
2 changed files with 36 additions and 8 deletions

View File

@@ -40,3 +40,16 @@ ul.breadcrumb li span.divider { padding-left:5px; }
.img-responsive { max-width:100%; }
.media-list {
padding-left: 0;
list-style: none;
}
.media-body, .media-left, .media-right {
display: table-cell;
vertical-align: top;
}
.media-left, .media > .pull-left {
padding-right: 10px;
}