Page 1 of 1

a bug in default template admin css

Posted: Mon Feb 28, 2005 6:14 pm
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 :)

Re: a bug in default template admin css

Posted: Mon Feb 28, 2005 6:19 pm
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

Re: a bug in default template admin css

Posted: Mon Feb 28, 2005 8:38 pm
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 

Re: a bug in default template admin css

Posted: Tue Mar 01, 2005 3:18 pm
by garvinhicking
That is fixed for some time. Thanks, though! :)