You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
677 B
39 lines
677 B
/*
|
|
layout.css
|
|
*/
|
|
|
|
#layout {
|
|
position: relative;
|
|
margin: 0em auto;
|
|
border: 0em;
|
|
padding: 1em;
|
|
background-color: #fff;
|
|
text-align: left; /* IE5 <div> centering hack part 2 */
|
|
width: 47em; /* erroneous value to satisfy IE5/Win */
|
|
voice-family: "\"}\""; /* Tantek's boxmodel hack see more */
|
|
voice-family: inherit; /* at http://www.tantek.com/ */
|
|
width: 45em; /* ...for compliant browsers wo/css2 */
|
|
}
|
|
body>#layout {
|
|
width: 45em; /* ...for compliant browsers w/css2 */
|
|
}
|
|
|
|
#head {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#panel {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#footer {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|