1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

improve styling of footer

This commit is contained in:
Steffen Vogel 2017-09-16 19:33:29 +02:00
parent 79dc1160c8
commit 1175b789d1
2 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,7 @@ class Footer extends Component {
render() {
return (
<footer className="app-footer">
<a href="http://www.fein-aachen.org/projects/villas-framework/">VILLASweb</a> - Copyright &copy; {new Date().getFullYear()} - <a href="https://acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a> - <a href="https://www.rwth-aachen.de">RWTH Aachen University</a>
Copyright &copy; {new Date().getFullYear()} - <a href="https://acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a> - <a href="https://www.rwth-aachen.de">RWTH Aachen University</a>
</footer>
);
}

View file

@ -80,6 +80,10 @@ body {
clear: both;
}
.app-footer a {
color: #333;
}
.app-body {
padding: 15px 5px 0px 5px;
}
@ -136,7 +140,7 @@ body {
.menu-sidebar ul {
padding-top: 10px;
list-style: none;
white-space: nowrap;
white-space: nowrap;
}
.menu-sidebar a::after {