brite
Version:
DOM Centric Minimalistic MVC Framework
43 lines (33 loc) • 669 B
CSS
html{
height: 100%;
}
body{
overflow: hidden;
background-image: url(images/bgPat.png);
font-family: "helvetica neue",helvetica,arial,sans-serif;
font-size: 100%;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#bodyBg{
display: none; /* turn it off for now */
z-index: -4;
position: absolute;
top: 0; left: 0;
max-width: 100%;
}
.cb{
clear: both;
}
*{
-webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
}
/* --------- Boostrap Fix --------- */
.btn > i{
margin-right: 3px;
margin-left: -3px;
}