Differences From Artifact [736ae81860]:
- File src/style.c — part of check-in [4dbfba2bd8] at 2010-09-09 21:32:12 on branch wolfgangFormat2CSS — reduce html-validator errors on leaves page (user: wolfgang size: 14100)
To Artifact [909e5253fa]:
- File src/style.c — part of check-in [6436092e87] at 2010-09-09 21:41:22 on branch wolfgangFormat2CSS — section css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update your local styles for the section class (user: wolfgang size: 14125)
| ︙ | |||
337 338 339 340 341 342 343 344 345 346 347 348 349 350 | 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 | + |
@ margin-bottom: 0px;
@ margin-top: 1em;
@ padding: 1px 1px 1px 1px;
@ font-size: 1.2em;
@ font-weight: bold;
@ background-color: #558195;
@ color: white;
@ white-space: nowrap;
@ }
@
@ /* The "Date" that occurs on the left hand side of timelines */
@ div.divider {
@ background: #a1c4d4;
@ border: 2px #558195 solid;
@ font-size: 1em; font-weight: normal;
|
| ︙ |