Bug in the CSS for the forums subSilver template

We know you have an opinion on how things should be run around here. These are suggestions for the forums, and the website.This forum is not a place to ask for suggestions to your own coding (or otherwise) problems.

Moderator: General Moderators

Post Reply
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Bug in the CSS for the forums subSilver template

Post by AKA Panama Jack »

One of the great things about the latest version of Opera 9 is how it can do automatic syntax checking of everything from CSS to HTML to XSLT to JAVASCRIPT and more for any web site you are viewing. :) All of this comes built-in without having to hunt for plugins. :D

I thought someone might want to fix the CSS error in the subSilver forum template.

Code: Select all

CSS - http://forums.devnetwork.net/templates/subSilver/geshi.css
Linked-in stylesheet
Declaration syntax error
Line 459:
  .visualfoxpro .co2 {color: green font-style: italic;}
  ------------------------------------^
And it even points to the location of the error inside the line. :D Just too damned cool. To fix the CSS error you just need to place a semi-colon between green and font-style.

Code: Select all

.visualfoxpro .co2 {color: green; font-style: italic;}
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

fixed. Looks like it was a bug in Geshi itself.
User avatar
AKA Panama Jack
Forum Regular
Posts: 878
Joined: Mon Nov 14, 2005 4:21 pm

Post by AKA Panama Jack »

Image
Post Reply