Fossil

View Ticket
Login

View Ticket

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].