Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typo in CSS, see [bed6662935]. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3d2690a9761fe54580ac75e7c88a07da |
| User & Date: | mistachkin 2014-09-16 20:50:58.513 |
| Original Comment: | Fix typo in CSS. |
References
|
2014-09-16
| ||
| 20:52 | • Closed ticket [bed6662935]: CSS typo in the "Shadow boxes & Rounded Corners" (No. 5) skin plus 6 other changes artifact: f28dee318e user: mistachkin | |
Context
|
2014-09-17
| ||
| 15:13 | Fix an issue with the "uf=" query parameter on the timeline. check-in: d81c42d9ed user: drh tags: trunk | |
| 14:41 | fix issue when showing checkins using a file incorrect checkins shown after merge Closed-Leaf check-in: 813b860ce4 user: baruch tags: pending-review | |
| 05:47 | When deleting a brand new ticket that was pending moderation, eliminate TH1 script errors about the missing '$tkt_uuid' variable. check-in: a21d475e01 user: mistachkin tags: please-review | |
|
2014-09-16
| ||
| 20:50 | Fix typo in CSS, see [bed6662935]. check-in: 3d2690a976 user: mistachkin tags: trunk | |
| 13:16 | Make readline/editline support actually work (HAVE_READLINE/HAVE_EDITLINE defines were missing) check-in: 23c54c0106 user: jan.nijtmans tags: trunk | |
Changes
Changes to src/skins.c.
| ︙ | ︙ | |||
768 769 770 771 772 773 774 |
@ }
@ div.mainmenu a, div.mainmenu a:visited {
@ padding: 3px 10px 3px 10px;
@ color: white;
@ text-decoration: none;
@ }
@ div.submenu a, div.submenu a:visited, a.button,
| | | 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 |
@ }
@ div.mainmenu a, div.mainmenu a:visited {
@ padding: 3px 10px 3px 10px;
@ color: white;
@ text-decoration: none;
@ }
@ div.submenu a, div.submenu a:visited, a.button,
@ div.sectionmenu>a.button:link, div.sectionmenu>a.button:visited {
@ padding: 2px 8px;
@ color: #000;
@ font-family: Arial;
@ text-decoration: none;
@ margin:auto;
@ border-radius: 5px;
@ background-color: #e0e0e0;
|
| ︙ | ︙ |