I'm bad at css, but this looks marginally better
This commit is contained in:
parent
f673ff6637
commit
fc592d742f
2 changed files with 5 additions and 1 deletions
|
@ -67,6 +67,10 @@ table {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
#GSR {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.legend {
|
||||
height: 52px;
|
||||
width: 130px;
|
||||
|
|
|
@ -95,8 +95,8 @@
|
|||
</div>
|
||||
</script>
|
||||
<script id="info-template" type="text/x-handlebars-template">
|
||||
<a href="https://gentsestudentenraad.be/"><img id="GSR" src="img/GSR.png"></a>
|
||||
<a href="http://zeus.ugent.be/"><img id="zeus" src="img/zeus.png"></a>
|
||||
<a href="https://gentsestudentenraad.be/"><img id="GSR" src="img/GSR.png"></a>
|
||||
</script>
|
||||
<script id="share-template" type="text/x-handlebars-template">
|
||||
<div class="fb-share-button" data-href="//blok.ugent.be" data-layout="button_count"></div>
|
||||
|
|
Loading…
Reference in a new issue