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 {
color: #fff;
}
.forum-description {
display: inline-block;
}
/* **** FORUM **** */
.forum_header {
background-color: #EEF;
@ -5880,4 +5883,4 @@ a.sessionView {
border: 2px dashed #bbbbbb;
font-size: 120%;
margin-bottom: 0;
}
}

Loading…
Cancel
Save