Fossil SCM
CSS typo in the "Shadow boxes & Rounded Corners" (No. 5) skin
Closed
bed666293553f8d…
· opened 11 years, 6 months ago
- Type
- Code_Defect
- Priority
- Low
- Severity
- Cosmetic
- Resolution
- Fixed
- Subsystem
- —
- Created
- Sept. 16, 2014 11:39 a.m.
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 {
Comments (2)
nobody
11 years, 6 months ago
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
11 years, 6 months ago
Fixed on trunk via check-in [3d2690a976].