Add a font-size to .redirectText in Vector and fix the vertical alignment of the arrow. Bug 26544

This commit is contained in:
Leo Koppelkamm 2011-07-10 13:19:19 +00:00
parent 0f405e77b1
commit de77be2a99

View file

@ -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;