Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Follow-up to the previous check-in: for the 'eagle' skin, make sure the logo div has a valid minimum width. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4a9af9b059ad4af0dc930b141038e729 |
User & Date: | mistachkin 2020-06-27 00:12:54.224 |
Context
2020-06-27
| ||
10:48 | Attempt to fix broken link on the documentation index. ... (check-in: 02a7c72bf9 user: drh tags: trunk) | |
00:12 | Follow-up to the previous check-in: for the 'eagle' skin, make sure the logo div has a valid minimum width. ... (check-in: 4a9af9b059 user: mistachkin tags: trunk) | |
2020-06-26
| ||
23:06 | Attempt to improve the look of the forum when using the 'eagle' skin. ... (check-in: 9cb1556e11 user: mistachkin tags: trunk) | |
Changes
Changes to skins/eagle/css.txt.
︙ | ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | div.logo { display: table-cell; text-align: center; vertical-align: bottom; font-weight: bold; color: white; padding: 5 0 5 0em; white-space: nowrap; } /* The page title centered at the top of each page */ div.title { display: table-cell; font-size: 2em; | > | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | div.logo { display: table-cell; text-align: center; vertical-align: bottom; font-weight: bold; color: white; padding: 5 0 5 0em; min-width: 200px; white-space: nowrap; } /* The page title centered at the top of each page */ div.title { display: table-cell; font-size: 2em; |
︙ | ︙ |