Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Attempt to improve the look of the forum when using the 'eagle' skin. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9cb1556e11386d732c7218941f22e7a4 |
User & Date: | mistachkin 2020-06-26 23:06:51.502 |
Context
2020-06-27
| ||
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: 4a9af9b0 user: mistachkin tags: trunk) | |
2020-06-26
| ||
23:06 | Attempt to improve the look of the forum when using the 'eagle' skin. ... (check-in: 9cb1556e user: mistachkin tags: trunk) | |
21:49 | Updated the "Image Format vs Fossil Repo Size" doc and its associated notebook and SVG file: smarter initial repo size handling so we don't have to throw away the first 3 rows of data; now works with Anaconda, allowing simpler local replication of results; using /tmp for the test instead of relying on "open --nested" to protect us from running the experiment in-tree; clarified discussion of results. ... (check-in: f281b3df user: wyoung tags: trunk) | |
Changes
Changes to skins/eagle/css.txt.
︙ | ︙ | |||
351 352 353 354 355 356 357 358 359 360 361 362 363 364 | span.diffln { color: white; } .fileage tr:hover { background-color: #7EA2D9; } .fileage td { font-family: "courier new"; } div.filetreeline:hover { background-color: #7EA2D9; | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 | span.diffln { color: white; } .fileage tr:hover { background-color: #7EA2D9; } span.modpending { color: #c0c0c0; font-style: italic; } span.forum_author { color: white; font-size: 75%; } span.forum_age { color: white; font-size: 85%; } span.forum_npost { color: white; font-size: 75%; } .debug { background-color: #808080; border: 2px solid white; } div.forumEdit { border: 1px solid white; } div.forumTimeline { border: 1px solid white; } div.forumHier, div.forumTime { border: 1px solid white; } div.forumSel { background-color: #808080; } div.forumObs { color: white; } .fileage td { font-family: "courier new"; } div.filetreeline:hover { background-color: #7EA2D9; |
︙ | ︙ |