small fonts in infobox
This commit is contained in:
parent
c6c3a07f01
commit
624a59aa2e
|
@ -590,6 +590,11 @@ table.innerLoginForm td {
|
||||||
border : 1px solid #c0c0c0;
|
border : 1px solid #c0c0c0;
|
||||||
padding-bottom : 10px;
|
padding-bottom : 10px;
|
||||||
display : none;
|
display : none;
|
||||||
|
font-size : small;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.infoBoxContents td {
|
||||||
|
font-size : small;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.small, p.small {
|
div.small, p.small {
|
||||||
|
|
Loading…
Reference in New Issue