updated css files

This commit is contained in:
mb863 2010-07-09 19:29:03 +00:00
parent 7180bbb6fd
commit 5236c869fa
3 changed files with 48 additions and 4 deletions

View file

@ -721,4 +721,39 @@ Miscellaneous
.clear{
clear:both;
}
.hidden{
display:none !important;
}
/************************
style for those with javascript disable
************************/
#javascriptDisableWrapper{
margin-top:15px;
width:500px;
height:300px;
}
#javascriptDisableContent{
width:500px;
height:100px;
border:3px solid #bee6f8;
}
#javascriptDisableContent img{
float:left;
margin-top:36px;
margin-left:30px;
}
#javascriptDisableContent p{
font-size:1.1em;
color:#384c5d;
line-height:100px;
padding-left:65px;
}