Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | added missing nowrap for div/divider style, has to be added in local css definition! |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | wolfgangFormat2CSS_2 |
| Files: | files | file ages | folders |
| SHA1: |
8e6dbfb28fe73f0c3595fa22742b6834 |
| User & Date: | wolfgang 2010-09-14 19:04:28.000 |
Context
|
2010-09-14
| ||
| 20:08 | switched captcha border from outline to border, because of problems with IE ... (check-in: d50fe26c48 user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 19:04 | added missing nowrap for div/divider style, has to be added in local css definition! ... (check-in: 8e6dbfb28f user: wolfgang tags: wolfgangFormat2CSS_2) | |
| 18:30 | remove wrong comment about closing paragraphs after drh's merge ... (check-in: 3eaebda5bb user: wolfgang tags: wolfgangFormat2CSS_2) | |
Changes
Changes to src/style.c.
| ︙ | ︙ | |||
353 354 355 356 357 358 359 360 361 362 363 364 365 366 |
@ background: #a1c4d4;
@ border: 2px #558195 solid;
@ font-size: 1em; font-weight: normal;
@ padding: .25em;
@ margin: .2em 0 .2em 0;
@ float: left;
@ clear: left;
@ }
@
@ /* The footer at the very bottom of the page */
@ div.footer {
@ font-size: 0.8em;
@ margin-top: 12px;
@ padding: 5px 10px 5px 10px;
| > | 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 |
@ background: #a1c4d4;
@ border: 2px #558195 solid;
@ font-size: 1em; font-weight: normal;
@ padding: .25em;
@ margin: .2em 0 .2em 0;
@ float: left;
@ clear: left;
@ white-space: nowrap;
@ }
@
@ /* The footer at the very bottom of the page */
@ div.footer {
@ font-size: 0.8em;
@ margin-top: 12px;
@ padding: 5px 10px 5px 10px;
|
| ︙ | ︙ |