Differences From Artifact [e19260ca40]:
- File skins/xekri/css.txt — part of check-in [44cb5bb0c4] at 2015-03-21 15:54:26 on branch skin-xekri — Fixed the Timeline menu alignment problems reported off-list. Switched to using "display: block" to support some older browsers and provide a more consistent look across browsers. The max-width was also increased from 80% to 90%. (user: zakero size: 16439)
To Artifact [13423f5c8a]:
- File skins/xekri/css.txt — part of check-in [cb98ab9dad] at 2015-03-21 16:04:32 on branch skin-xekri — Fixed the font color for the Edit Check-in page so that the text is more readable. (user: zakero size: 16487)
| ︙ | |||
56 57 58 59 60 61 62 63 64 65 66 67 68 69 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | + + + + |
h3 {
font-size: 1.25rem;
}
span[style^=background-color] {
color: #000;
}
td[style^=background-color] {
color: #000;
}
/**************************************
* Main Area
*/
div.header, div.mainmenu, div.submenu, div.content, div.footer {
clear: both;
|
| ︙ |