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/sample/sample.less

25 lines
231 B
Plaintext
Raw Normal View History

2012-12-12 06:26:11 +02:00
@import "../smalkil.less";
2012-12-12 07:13:08 +02:00
.navigation{
ul {
.horizontal();
.centered(33%, 33%);
}
}
2012-12-14 06:32:05 +02:00
.container_page{
.grid(3);
}
.container_nested {
.grid(2);
}
2012-12-14 06:59:15 +02:00
.sidebar {
float: left;
}
2012-12-14 09:36:44 +02:00
h3.center {
text-align: center;
}