[Koha-bugs] [Bug 9003] New: Add css fix for opac news items with strong and em

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 31 23:25:43 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9003

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 9003
          Assignee: oleonard at myacpl.org
           Summary: Add css fix for opac news items with strong and em
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: dcook at prosentient.com.au
          Hardware: All
            Status: NEW
           Version: master
         Component: OPAC
           Product: Koha

Currently, if you have nested strong and em tags in Opac News, you will only
get the properties of the inner tag, since reset-fonts-grids.css resets the
font weight and style (for both strong and em) to normal. 

So if you have em as your inner tag, you'll have italics but
reset-fonts-grids.css also makes em have a font-weight of normal, so your
strong tag is bypassed.

I suggest adding some css that takes into account this descendant/nested
situation, so that users can actually both bold and italicize news items.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list