Merge branch 'bug_9003' into 3.12-master
This commit is contained in:
commit
5cc1efc1bf
2 changed files with 10 additions and 0 deletions
|
@ -1554,6 +1554,11 @@ div.message {
|
||||||
padding : 3px 5px;
|
padding : 3px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong em, em strong {
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
#opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
|
#opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
|
||||||
color : #000;
|
color : #000;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
|
|
|
@ -1573,6 +1573,11 @@ div.message {
|
||||||
padding : 3px 5px;
|
padding : 3px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
strong em, em strong {
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
|
|
||||||
#opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
|
#opac-main-search #listsmenu a, #opac-main-search #listsmenu h4 {
|
||||||
color : #000;
|
color : #000;
|
||||||
font-weight : normal;
|
font-weight : normal;
|
||||||
|
|
Loading…
Reference in a new issue