Bug 9003 follow-up: add fix to CCSR origin/new/bug_9003
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 30 Mar 2013 12:10:48 +0000 (08:10 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 30 Mar 2013 12:10:48 +0000 (08:10 -0400)
em strong, strong em CSS copied from dcook's original patch to CCSR.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
koha-tmpl/opac-tmpl/ccsr/en/css/opac.css

index bf4129f..ec12042 100644 (file)
@@ -1554,6 +1554,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;