diff --git a/_includes/figure.html b/_includes/figure.html
index bc9daadfd60e1f160f500eec41398b1f86514b21..d6509d184ca2c4a514487a6ce5bf0170ca1a89a2 100644
--- a/_includes/figure.html
+++ b/_includes/figure.html
@@ -1,5 +1,5 @@
 {% if include.alt %}{% assign altText = include.alt %}{% else %}{% assign altText = include.caption %}{% endif %}
 <figure class="figure{% if include.position %}  figure--{{ include.position }}{% endif %}">
-  {% if include.image %}<img class="image" src="{{ include.image }}" {% if altText %}alt="Image - {{ altText }}"{% endif %}>{% else %}<small>Image not found</small>{% endif%}
+  {% if include.image %}<img class="image" src="{{ include.image }}" {% if altText %}alt="Image - {{ altText }}"{% endif %}{% if include.width %} width="{{include.width}}"{% endif %}{% if include.height %} height="{{include.height}}"{% endif %}>{% else %}<small>Image not found</small>{% endif%}
   {% if include.caption %}<figcaption class="caption">{{ include.caption }}</figcaption>{% endif %}
 </figure>
diff --git a/_projects/rockola.md b/_projects/rockola.md
new file mode 100644
index 0000000000000000000000000000000000000000..a2129a0d9d8397926f0541d07939a1387d564fd9
--- /dev/null
+++ b/_projects/rockola.md
@@ -0,0 +1,26 @@
+---
+layout: project
+name:  "Rock-Ola"
+date:   2014-12-30
+image: Rockola.jpg
+tag: rockola
+short: "Dier Schallplatten.-Jukebox"
+contact:
+- "@kraut0xA"
+- "@kellertuer"
+status: inaktiv/ausgezogen
+categories:
+- project
+tags:
+- Rockola
+- Jukebox
+- Schallplatten
+wiki: http://wiki.chaotikum.org/projekte:rock-ola
+---
+{% include figure.html image="http://wiki.chaotikum.org/_media/projekte:rockolatitle.jpg" caption="Die Rock-Ola 1478 120 Selection im nbsp." width="250px" position="left"%}
+
+Die Rockola war eine im [nbsp](https://chaotikum.org/nobreakspace/) stehende Jukebox, die nach dem [31c3](https://events.ccc.de/category/31c3/) repariert worden ist, vorher aber schon einige Zeit im Space stand. Bei der Rockola handelt es sich genauer um die „Ropck-Ola 1478 120 Selection“ in der 2. Variante, wahrscheinlich gebaut 1959 oder 1960. Sie war mit 60 Schallplatten, also 120 Songs bestückt und von [kraut0xA](https://twitter.com/kraut0xa) in den space gebracht worden. Nach dem 31C3 repatierten wir die Motoren zum Betrieb des Plattentellers und erwarben im [woanders](https://www.facebook.com/Wo-Anders-Recordstore-184122638331416/) (Facebook-Page) eine neue Nadel. Anschließend wurden die Etiketten in der Übersicht in LaTeX neu gesetzt und aus einer Datei eingelesen. Diese ersetzten die ursprünglich hanschriftlichen Etiketten und gaben der Rock-Ola ihr heutiges Aussehen.
+
+<div style="clear:both;"/>
+{% include figure.html image="https://wiki.chaotikum.org/_media/projekte:advretisment-s.jpg?t=1428591716&w=372&h=500&tok=ac8835" width="250px" caption="Werbebild für die Rock-Ola." position="right" %}
+Mit der Zeit wurden einige neue Platten angeschafft. Eine [Liste der Platten](http://wiki.chaotikum.org/projekte:rock-ola:plattensammlung) findet sich im Wiki. Mit dem Umzug von kraut0xA zog auch die Jukebox (vorerst) aus dem Space aus.
diff --git a/_sass/_normalize.scss b/_sass/_normalize.scss
index 7a738a7bb362d0846017ed08982d8ac67a77d315..15976429696c9f58042818ae4c73a2034886d5cd 100644
--- a/_sass/_normalize.scss
+++ b/_sass/_normalize.scss
@@ -33,7 +33,6 @@ article,
 aside,
 details, /* 1 */
 figcaption,
-figure,
 footer,
 header,
 main, /* 2 */
@@ -43,7 +42,12 @@ section,
 summary { /* 1 */
   display: block;
 }
-
+figure {
+  display:inline-block; /* as large as children images are */
+}
+figcaption {
+  margin-bottom:0;
+}
 .blogpost,
 .hackerspacetext,
 .impressumtext {
@@ -92,7 +96,6 @@ summary { /* 1 */
 /**
  * Add the correct display in IE 9-.
  */
-
 audio,
 canvas,
 progress,
diff --git a/_sass/sassline-base/_reset.scss b/_sass/sassline-base/_reset.scss
index 13b1cc73093c9c00600c65f693a20f5edc2d2a81..cedba1d552585b7b2663f5742f6e7927e5fa79f8 100755
--- a/_sass/sassline-base/_reset.scss
+++ b/_sass/sassline-base/_reset.scss
@@ -4,7 +4,7 @@
 // Reset all the things
 * { box-sizing: border-box; }
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
-article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
+article, aside, details, figcaption, footer, header, hgroup, menu, nav, section { display: block; }
 html, body { height: 100%; }
 a img { border: none; }
 blockquote { quotes: none; }
diff --git a/images/thumbnails/Rockola.jpg b/images/thumbnails/Rockola.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1822d8d0b60e40604ed2f5b6cb679531633a24e8
Binary files /dev/null and b/images/thumbnails/Rockola.jpg differ