Replaced bootstrap switch with css only version!

This commit is contained in:
Mark McDowall 2013-04-25 19:44:39 -07:00
commit 6636b77489
10 changed files with 89 additions and 804 deletions

View file

@ -78,3 +78,11 @@ html {
margin-top: 10px;
margin-bottom: 30px;
}
button::-moz-focus-inner, a::-moz-focus-inner {
border: 0;
}
a:focus {
outline: none;
}