make navbar brown again

This commit is contained in:
Quincy Larson
2016-01-09 20:03:51 -06:00
committed by Berkeley Martinez
parent bcba082efc
commit a33d295231

View File

@ -42,17 +42,13 @@ html {
overflow-x: hidden;
}
//input[type=checkbox] {
// /* Double-sized Checkboxes */
// -ms-transform: scale(2); /* IE */
// -moz-transform: scale(2); /* FF */
// -webkit-transform: scale(2); /* Safari and Chrome */
// -o-transform: scale(2); /* Opera */
// padding: 10px;
//}
.btn-group {
border-color: @brand-primary;
input[type=checkbox] {
/* Double-sized Checkboxes */
-ms-transform: scale(2); /* IE */
-moz-transform: scale(2); /* FF */
-webkit-transform: scale(2); /* Safari and Chrome */
-o-transform: scale(2); /* Opera */
padding: 10px;
}
body.full-screen-body-background {
@ -94,7 +90,7 @@ h1, h2, h3, h4, h5, h6, p, li {
.thumbnail {
background-color: #EEEEEE;
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
// box-shadow: 0 0 5px #ccc, inset 0 0 0 #000;
}
// Font Icons
@ -432,7 +428,7 @@ thead {
}
.navbar-right {
background-color: #215f1e;
background-color: #4a2b0f;
text-align: center;
>>>>>>> start simplifying views
}