Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow. Bug 26544
This commit is contained in:
parent
0f405e77b1
commit
de77be2a99
1 changed files with 8 additions and 0 deletions
|
|
@ -1140,6 +1140,14 @@ div#content .printfooter {
|
|||
text-transform: none;
|
||||
}
|
||||
|
||||
.redirectText {
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
.redirectMsg img {
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
.toccolours {
|
||||
border: 1px solid #aaa;
|
||||
background-color: #f9f9f9;
|
||||
|
|
|
|||
Loading…
Reference in a new issue