code reformat to follow the styles

This commit is contained in:
nixa 2016-04-29 17:27:19 +03:00
parent 669b3df4b5
commit a8cd300ecc
26 changed files with 193 additions and 187 deletions

View file

@ -1,6 +1,6 @@
$left-space: 180px;
@include scrollbars(.5em, #d9d9d9, rgba(0,0,0,0));
@include scrollbars(.5em, #d9d9d9, rgba(0, 0, 0, 0));
html {
position: relative;
@ -18,14 +18,12 @@ body {
@include main-background();
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
html{
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
html {
overflow: hidden;
height: 100%;
}
body{
body {
overflow: auto;
height: 100%;
}
@ -36,9 +34,10 @@ a {
outline: 0 !important;
}
.body-bg{
.body-bg {
display: none;
}
.al-header {
display: block;
height: 49px;
@ -194,8 +193,8 @@ a {
}
.full-invisible {
visibility: hidden!important;
visibility: hidden !important;
* {
visibility: hidden!important;
visibility: hidden !important;
}
}
}