less cleanup.

This commit is contained in:
Keivan Beigi 2013-06-25 17:33:17 -07:00
commit f40d1013b0
21 changed files with 224 additions and 987 deletions

9
UI/Content/Overrides/bootstrap.less vendored Normal file
View file

@ -0,0 +1,9 @@
.label, .badge {
cursor : default;
}
.input-append {
.add-on {
margin-left : 0;
}
}

View file

@ -0,0 +1,12 @@
html {
overflow : -moz-scrollbars-vertical;
overflow-y : scroll;
}
button::-moz-focus-inner, a::-moz-focus-inner {
border : 0;
}
a:focus {
outline : none;
}

View file

@ -0,0 +1,2 @@
@import "bootstrap";
@import "browser";