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
- 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+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1020
- Created
- Wednesday 21 February, 2007 08:37:36 UTC
by Unknown - LastModif
- Thursday 14 January, 2010 23:42:33 UTC