Fix display issue in forum category style when adding an image aligned left - refs CT#8214

1.10.x
Yannick Warnier 10 years ago
parent 621fefae92
commit 45a64220ef
  1. 3
      app/Resources/public/css/base.css

@ -2964,6 +2964,9 @@ a:active{
tr.forum_category_header a { tr.forum_category_header a {
color: #fff; color: #fff;
} }
.forum-description {
display: inline-block;
}
/* **** FORUM **** */ /* **** FORUM **** */
.forum_header { .forum_header {
background-color: #EEF; background-color: #EEF;

Loading…
Cancel
Save