fixed some syntax errors in jerryr css - these are now w3 valid

This commit is contained in:
Christian Binder 2007-02-12 19:56:12 +00:00
parent b8e46525f3
commit cb42383e47
2 changed files with 6 additions and 6 deletions

View File

@ -115,7 +115,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but
{
background-image: url(../images/butActive-bm.png);
border: 1 solid #a21616;
border: 1px solid #a21616;
color: #257900;
}
@ -305,7 +305,7 @@ a.textSidebox
/*background-repeat: no-repeat;*/
/*background-position: top right;*/
background-color: white;
height: 18x;
height: 18px;
border-top: 1px solid #e1e1e1;
padding-left: 2px;
font-size: 10px;
@ -595,7 +595,7 @@ body {
#divStatusBar
{
position: relative;
top:0px
top:0px;
left:0px;
height:22px;
vertical-align:bottom;
@ -650,7 +650,7 @@ body {
/*background-image:url(../images/menuTitleRt-bm.png);*/
width:24px;
padding:0px;
height: 24;
height: 24px;
}

View File

@ -108,7 +108,7 @@ input[type=submit]:active,input[type=button]:active,input[type=reset]:active,but
{
background-image: url(../images/butActive.png);
border: 1 solid #7e94a5;
border: 1px solid #7e94a5;
color: #17202b;
}
@ -510,7 +510,7 @@ body {
#divStatusBar
{
position: relative;
top:0px
top:0px;
left:0px;
height:30px;
vertical-align:bottom;