From 2f9923cbf6bfe27c8195ac3374b80688431f1ac5 Mon Sep 17 00:00:00 2001 From: "Open-Steps.org" Date: Tue, 3 Mar 2015 11:17:52 +0100 Subject: [PATCH] call for talks improved --- callfortalks.html | 6 +++--- css/custom.css | 10 +++++++++- js/custom.js | 1 + 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/callfortalks.html b/callfortalks.html index 432b974d..125ceac2 100644 --- a/callfortalks.html +++ b/callfortalks.html @@ -4,20 +4,20 @@ title: Call for talks permalink: /call-for-talks/ --- -
+
-

{{page.title}}

+

{{page.title}}

- +
diff --git a/css/custom.css b/css/custom.css index 3e1c8383..eb7b5532 100644 --- a/css/custom.css +++ b/css/custom.css @@ -84,12 +84,16 @@ a:hover { .upcoming { padding: 10px; } -.upcoming-media img { +.upcoming-media { + width: 100px; height: 60px; float: left; margin-right: 10px; margin-left: 4px; } +.upcoming-media img { + width:100%; +} .site-header { background: #fff; } @@ -225,6 +229,9 @@ a:hover { color: #000; padding: 4px; } +.call-for-talks{ + height: 1600px; +} .footer { margin-top: 10px; background: #fff; @@ -261,6 +268,7 @@ a:hover { .footer li img { height: 40px; } + .picbook .album-title { display:none; } diff --git a/js/custom.js b/js/custom.js index 2d27fd9d..53bf4aa8 100644 --- a/js/custom.js +++ b/js/custom.js @@ -9,6 +9,7 @@ $(document).ready(function() { }); $(".artist-media img").imagefill(); + $(".upcoming-media img").imagefill(); var rnd = Math.floor(Math.random() * 6);