stylesheets
Thu Nov 13 15:06:28 UTC 2008
Thu Nov 13 15:06:28 UTC 2008
Base
/* change default html styles */
* {
margin: 0;
padding: 0;
}
li {
list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
}
a img {
border-style: none;
}
/* clearfix, the ie part is in the ie css */
.clearfix:after {
con
김성안