remove more demo specific code
This commit is contained in:
parent
10409d61ee
commit
b4663088d7
|
@ -34,6 +34,11 @@ class App extends Component {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
componentWillMount() {
|
||||||
|
if(document.getElementById('footer'))
|
||||||
|
document.getElementById('footer').style.visibility = "visible";
|
||||||
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -38,21 +38,4 @@ body {
|
||||||
.glyphicon-none:before {
|
.glyphicon-none:before {
|
||||||
content: "\2122";
|
content: "\2122";
|
||||||
color: transparent !important;
|
color: transparent !important;
|
||||||
}
|
|
||||||
#footer {
|
|
||||||
/* used in demo */
|
|
||||||
color: #777;
|
|
||||||
font-size: 0.9em;
|
|
||||||
line-height: 1.8em;
|
|
||||||
h4 {
|
|
||||||
margin-top: 20px;
|
|
||||||
color: #d9534f;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
#copyright {
|
|
||||||
border-top: 1px #aaa solid;
|
|
||||||
padding: 10px 0px;
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue