bump dev version

This commit is contained in:
Luke Pulverenti 2015-05-28 01:51:48 -04:00
parent 6daced8387
commit 48a576778f
28 changed files with 443 additions and 326 deletions

View file

@ -57,9 +57,9 @@
position: relative;
}
.btn:not(.btnStatic), .btn-large:not(.btnStatic) {
cursor: pointer;
}
.btn:not(.btnStatic), .btn-large:not(.btnStatic) {
cursor: pointer;
}
.btn-floating {
-webkit-border-radius: 2px;
@ -119,7 +119,7 @@
}
.btn {
padding: .6em 2em;
padding: .6em 1.6em .6em 2em;
}
.btn-large {
@ -191,7 +191,7 @@
display: inline-block;
width: auto;
margin-bottom: 0;
padding: .6em .5em .6em .5em!important;
padding: .6em .5em .6em .5em !important;
}
button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
@ -219,9 +219,9 @@ button.btn:not(.btn-inline), button.btn-large:not(.btn-inline) {
}
.btnNoText {
padding: .6em .5em!important;
padding: .6em .5em !important;
}
.btnNoText {
border-radius: 5px;
}
}