Add border radius to sections and footer navigation button

This commit is contained in:
Samy Pessé
2014-04-01 18:59:59 -07:00
parent 520ea847da
commit ddffd02b2e
3 changed files with 3 additions and 2 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -24,7 +24,7 @@
margin: 0px 0px;
padding: 5px 15px;
background: #fff;
border-radius: 0px;
border-radius: 2px;
}
.btn-group {
+1
View File
@@ -19,6 +19,7 @@
height: 100%;
font-size: 24px;
line-height: 60px;
border-radius: 2px;
background: @brand-success;
color: inherit;