fix css errors and hide about page
This commit is contained in:
@@ -1027,3 +1027,7 @@ text {
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border-color: #c0c0c0;
|
border-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
li a[href="#/about"] {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
@@ -232,7 +232,7 @@
|
|||||||
background-color: #3366CC;
|
background-color: #3366CC;
|
||||||
}
|
}
|
||||||
.button-black, .button-black:focus, .button-black:hover{
|
.button-black, .button-black:focus, .button-black:hover{
|
||||||
border : 1px solid #00000;
|
border : 1px solid #000000;
|
||||||
color :white;
|
color :white;
|
||||||
background-image: -webkit-linear-gradient(bottom, #000000, #808080);
|
background-image: -webkit-linear-gradient(bottom, #000000, #808080);
|
||||||
background-image: -moz-linear-gradient(bottom, #000000, #808080);
|
background-image: -moz-linear-gradient(bottom, #000000, #808080);
|
||||||
@@ -434,7 +434,7 @@
|
|||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
border-bottom: 2px solid yellow;
|
border-bottom: 2px solid yellow;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.separator-bg-green{
|
.separator-bg-green{
|
||||||
color : white;
|
color : white;
|
||||||
background : green;
|
background : green;
|
||||||
@@ -671,4 +671,7 @@
|
|||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li a[href="#/about"] {
|
||||||
|
display: none;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user