Bug 9003 - Add css fix for opac items with strong and em
[koha.git] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index d75710e..6bf62bb 100644 (file)
@@ -1573,6 +1573,11 @@ div.message {
        padding : 3px 5px;
 }
 
+strong em, em strong  {
+    font-weight: bold;
+    font-style: italic;
+}
+
 #opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
        color : #000;
        font-weight : normal;