webgui/www/extras/yui/examples/history/assets/solution.css
Chris Nehren 8fdd413d12 * resizable text areas now use the YUI 2.5.0 code
* add the new YUI release
* document the change in both the changelog and gotcha.txt
2008-02-26 21:27:14 +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;
}