remove more demo specific code

This commit is contained in:
Antti Pilto 2017-04-29 16:09:17 +03:00
parent 10409d61ee
commit b4663088d7
2 changed files with 5 additions and 17 deletions

View File

@ -34,6 +34,11 @@ class App extends Component {
}
}
componentWillMount() {
if(document.getElementById('footer'))
document.getElementById('footer').style.visibility = "visible";
}
render() {
return (
<div>

View File

@ -38,21 +38,4 @@ body {
.glyphicon-none:before {
content: "\2122";
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;
}
}