diff --git a/css/main.css b/css/main.css index d50daa28a..e069961fc 100644 --- a/css/main.css +++ b/css/main.css @@ -118,7 +118,7 @@ a.media-subheading:hover { color: white; } -.break.row { +.break { display: block; height: 114px; background-repeat: no-repeat; diff --git a/index.html b/index.html index 3b7b1cec8..0413791e2 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ root: . -
+
@@ -52,7 +52,7 @@ root: .
-
+
@@ -90,7 +90,7 @@ root: .
{% if site.posts != empty %} -
+
@@ -136,7 +136,7 @@ root: . function addImages() { var ids = shuffle(Object.keys(images)); - var breaks = $('div.break.row'); + var breaks = $('div.break'); breaks.each(function(i) { $(this).attr('title', images[ids[i]]); $(this).css('background-image', 'url({{page.root}}/img/banner'+ids[i]+'.jpg)');