a bug in default template admin css

Found a bug? Tell us!!
Post Reply
oxygenws
Regular
Posts: 148
Joined: Thu Jan 20, 2005 11:20 am
Location: Iran
Contact:

a bug in default template admin css

Post by oxygenws »

at line 170....
ul.serendipitySideBarMenu li {
font-weight: bold;
font-size: 0.85em
line-height: 1.6em;
background:url({TEMPLATE_PATH}img/menu_background.png) no-repeat;
padding: 4px inherit inherit 5px;
list-style: none;
display: block;
margin: 0;
}
a ";" missed :)
My Blog, powered by s9y is http://oxygenws.com/blog/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: a bug in default template admin css

Post by garvinhicking »

My current CVS looks okay in that place. Were exactly was/is the ';' missing?

The last element of a block does not necessarily need a ';' at the end.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Marinmo
Regular
Posts: 11
Joined: Tue Feb 15, 2005 1:11 pm

Re: a bug in default template admin css

Post by Marinmo »

garvinhicking wrote:My current CVS looks okay in that place. Were exactly was/is the ';' missing?

Code: Select all

 font-size: 0.85em 
255 characters is not enough.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: a bug in default template admin css

Post by garvinhicking »

That is fixed for some time. Thanks, though! :)
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply