style.less 207 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
@import "base";
@import "head";
@import "box";
@import "wizard";

* {
    margin:0;padding:0;
}
.clear {
    clear: both;
}
abbr {
    border-bottom: 1px dotted #666;
}
a:link,a:visited {
    color:black;
}