webgui/www/extras/yui/examples/history/assets/solution.css
JT Smith 20f8df1291 upgrading to YUI 2.6
data tables are going to need some work yet, but the other stuff seems to be working 100%
2008-10-22 23:53:29 +00:00

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;
}