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