Bug 9003 follow-up: add fix to CCSR
em strong, strong em CSS copied from dcook's original patch to CCSR. Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
2c2c2641f7
commit
1dd2006f78
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue