Fix $config['cops_thumbnail_handling'] with bootstrap template. re #177
This commit is contained in:
parent
c72f4aee98
commit
181eaeb27f
2 changed files with 7 additions and 3 deletions
|
@ -59,7 +59,13 @@
|
|||
display:block;
|
||||
}
|
||||
|
||||
.cover-image { min-height:164px;}
|
||||
.cover-image { height:164px; text-align: center;}
|
||||
|
||||
.cover-image img {
|
||||
max-width:100%;
|
||||
max-height:100%;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.panel-heading { padding: 10px 7px; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue