style.less 224 Bytes
Newer Older
Dányi Bence committed
1 2 3 4 5
@import "base";
@import "head";
@import "box";
@import "wizard";

Dányi Bence committed
6 7
* {
    margin:0;padding:0;
Dányi Bence committed
8
}
Dányi Bence committed
9 10
.clear {
    clear: both;
Dányi Bence committed
11
}
Dányi Bence committed
12 13
abbr {
    border-bottom: 1px dotted #666;
Dányi Bence committed
14
}
Dányi Bence committed
15 16
a:link,a:visited {
    color:black;
Dányi Bence committed
17
}