This commit is contained in:
Lorin Werthen 2017-06-01 02:39:55 +02:00
parent 5227e098a5
commit 211af6fa83
No known key found for this signature in database
GPG key ID: F11FFC921E0E08E0
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ title: Cammie
<section id="cammie-section">
<div id="cammie-body">
<figure class="image is-16by9">
<img id="cammie-feed" alt="cammie" src="https://kelder.zeus.ugent.be/webcam/video/mjpg.cgi?profileid=2">
<img id="cammie-feed" alt="cammie" src="https://kelder.zeus.ugent.be/webcam/video/mjpg.cgi?profileid=2">
</figure>
<div id="cammie-ctrls">
<div class="columns is-mobile">
@ -29,7 +29,7 @@ title: Cammie
<%= fa 'chevron-circle-left' %>
</div>
<div class="column">
<!-- blank space -->
<!-- blank space -->
</div>
<div class="column is-1 ctrl right" data-command="set_relative_pos" data-x="10" data-y="0">
<%= fa 'chevron-circle-right' %>

View file

@ -7,6 +7,6 @@
"license": "MIT",
"repository": "https://github.com/ZeusWPI/zeus.ugent.be",
"dependencies": {
"bulma": "0.4.1"
"bulma": "0.4.2"
}
}