This repository has been archived on 2019-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
smalkil/smalkil.less

18 lines
265 B
Plaintext
Raw Normal View History

2012-12-12 06:26:11 +02:00
@import 'normalize';
2012-12-10 10:47:50 +02:00
@import 'colors';
@import 'elements';
2012-12-12 06:26:11 +02:00
@import 'layout';
2012-12-12 07:13:08 +02:00
.horizontal {
li {
display: inline;
list-style-type: none;
padding-right: @basesize;
}
}
.centered(@width: auto, @margin: auto) {
width: @width;
margin: 0 @margin;
}