This commit is contained in:
Juho Teperi
2013-05-15 09:36:03 +03:00
parent 23f27ced27
commit 8936480bce
10 changed files with 153 additions and 68 deletions

View File

@@ -1,4 +1,5 @@
@import 'bootstrap/less/bootstrap';
@import 'bootstrap/less/responsive';
@import 'font-awesome/build/assets/font-awesome/less/font-awesome';
@import (less) 'select2/select2.css';
@@ -139,3 +140,17 @@ input[type=number] {
.map {
height: 300px;
}
footer {
text-align: center;
margin-top: 10px;
padding: 10px 0;
background: #f5f5f5;
border-top: 1px solid #e5e5e5;
a:hover {
text-decoration: none;
}
i {
font-size: 87px;
}
}