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. 5
      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;
@ -5880,4 +5883,4 @@ a.sessionView {
border: 2px dashed #bbbbbb; border: 2px dashed #bbbbbb;
font-size: 120%; font-size: 120%;
margin-bottom: 0; margin-bottom: 0;
} }

Loading…
Cancel
Save