data tables are going to need some work yet, but the other stuff seems to be working 100%
29 lines
348 B
CSS
29 lines
348 B
CSS
#hd {
|
|
margin-bottom:2em;
|
|
border-bottom:1px solid #aaa;
|
|
}
|
|
|
|
#bd {
|
|
margin-bottom:2em;
|
|
}
|
|
|
|
#ft {
|
|
border-top:1px solid #aaa;
|
|
padding:1em;
|
|
text-align:center;
|
|
color:#888;
|
|
}
|
|
|
|
#logo {
|
|
width:378px; height:28px;
|
|
margin:1em 0;
|
|
}
|
|
|
|
#demo {
|
|
width:30em;
|
|
margin-bottom:2em;
|
|
}
|
|
|
|
#demo .yui-content {
|
|
padding:1em;
|
|
}
|