]> git.koha-community.org Git - koha.git/commit
Bug 9003 - Add css fix for opac items with strong and em
authorDavid Cook <dcook@prosentient.com.au>
Wed, 31 Oct 2012 22:26:41 +0000 (09:26 +1100)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 31 Mar 2013 01:31:12 +0000 (14:31 +1300)
commita3869100f8632dd15a0eb75fa7fb21f55aca9ef8
tree34a07b0fb789ecae54a29b2d530e69cbfe6c8474
parentd734608298bab87b9e1a4130d3bb00bae3abb845
Bug 9003 - Add css fix for opac items with strong and em

Currently, if you have nested strong and em tags in the opac, you will only get the properties of the inner tag. This seems to be due to reset-fonts-grids.css resetting the font weight and style (for both strong and em) to normal.

So if you have strong as your outer tag and em as your inner tag, you'll have italics but no bold.

To test:

Before applying the patch...

1) Put <em> and <strong> tags around some text in the opacnav, opac news, opacheader, or any other area of the opac where you can enter html text.
2) Look at the opac and notice that only the inner tag styles are being applied to the text

Apply the patch

3) Refresh the opac (you may need to bypass or clear your browser cache for the new style to pick up)
4) Note that both the inner and outer <em> and <strong> tags are being applied to the text (i.e. your text should be bold and italicized)

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Small change that works. No errors.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
koha-tmpl/opac-tmpl/prog/en/css/opac.css