Differences From Artifact [a9ea441b74]:
- File skins/etienne1/css.txt — part of check-in [47bb6432a1] at 2015-02-16 11:33:04 on branch trunk — Fix for ticket display CSS in the etienne1 skin. (user: drh size: 3276)
To Artifact [752664cc8c]:
- File skins/etienne1/css.txt — part of check-in [83c5a8dfcc] at 2015-02-18 12:02:35 on branch trunk — In the etienne1 skin, set a minimum width but allow the width to grow without bound. (user: drh size: 3303) [more...]
1 2 |
body {
margin: 0 auto;
| | > | 1 2 3 4 5 6 7 8 9 10 11 |
body {
margin: 0 auto;
min-width: 800px;
padding: 0px 20px;
font-family: sans-serif;
font-size:14pt;
}
a {
color: #4183C4;
text-decoration: none;
|
| ︙ | ︙ |