Loading...
 
Skip to main content

styles/default.css fails to render correctly.

Status
Closed
Subject
styles/default.css fails to render correctly.
Version
1.9.x
Category
  • Error
Feature
Theme: Look & feel, Styles, CSS, Theme Control Center
Resolution status
Fixed or Solved
Submitted by
Xeno
Volunteered to solve
Xeno
Lastmod by
Marc Laporte
Rating
(0)
Description

default.css fails to render correctly because of some wrong syntax.
- "* Links to extend/collapse menus */" is missing the comment start "/*".
- "llistfileslink:active" has its '.' in the line above instead of infront of it.

See the patch below:

Solution

diff -r1.53.2.16 default.css
328c328
< * Links to extend/collapse menus */


> /* Links to extend/collapse menus */
562,563c562,563
< .tableheading:active, .gallistheading:active, .listgalheading:active, .bloglistheading:active, .llisfgalheading:active, .
< llistfileslink:active, .llistart:active, .lforumheading:active {


> .tableheading:active, .gallistheading:active, .listgalheading:active, .bloglistheading:active, .llisfgalheading:active,
> .llistfileslink:active, .llistart:active, .lforumheading:active {

Importance
7
Priority
35
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1020
Created
Wednesday 21 February, 2007 08:37:36 UTC
by Unknown
LastModif
Thursday 14 January, 2010 23:42:33 UTC


Show PHP error messages