fix
This commit is contained in:
parent
945bdafa15
commit
b776486f66
@ -5,7 +5,6 @@ html {
|
|||||||
-o-font-smoothing: antialiased;
|
-o-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-attachment: fixed;
|
|
||||||
-webkit-background-size: cover;
|
-webkit-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
color: #444;
|
color: #444;
|
||||||
@ -19,7 +18,7 @@ body {
|
|||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#topbar {
|
#topbar {
|
||||||
@ -517,3 +516,4 @@ i.icon.ion-minus-circled{display:none}
|
|||||||
i.icon.ion-minus-circled{display:none}
|
i.icon.ion-minus-circled{display:none}
|
||||||
i.icon.ion-plus-circled{display:none}
|
i.icon.ion-plus-circled{display:none}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user