Fossil

View Ticket
Login

View Ticket

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)
20:50
Fix typo in CSS, see [bed6662935]. ... (check-in: 3d2690a976 user: mistachkin tags: trunk)
11:39 New ticket [bed6662935] CSS typo in the "Shadow boxes & Rounded Corners" (No. 5) skin. ... (artifact: e0fed364c9 user: nobody)

Ticket Hash: bed666293553f8d08f56ef3b492e5cc050155ad8
Title: CSS typo in the "Shadow boxes & Rounded Corners" (No. 5) skin
Status: Closed Type: Code_Defect
Severity: Cosmetic Priority: Low
Subsystem: Resolution: Fixed
Last Modified: 2014-09-16 20:52:34
Version Found In: 1.29 (FreeBSD 9 x86-32)
User Comments:
nobody added on 2014-09-16 11:39:04:

Line 87 of the "Shadow boxes & Rounded Corners" (No. 5) skin default CSS looks like:

div.sectionmenu>a.button:link, div.sectinmenu>a.button:visited {

It should probably be changed to:

div.sectionmenu>a.button:link, div.sectionmenu>a.button:visited {


mistachkin added on 2014-09-16 20:52:34:

Fixed on trunk via check-in [3d2690a976].