diff --git a/6_video.html b/6_video.html index 2fe133d8..f5e50c50 100644 --- a/6_video.html +++ b/6_video.html @@ -55,7 +55,7 @@ permalink: /video/ {% if talk.topics %} {% assign tags = (talk.topics | split:",") %} {% endif %} -
+
{{talk.artist}}

{{talk.title}}

#{{ post.number }}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

diff --git a/7_video_no_header_or_footer.html b/7_video_no_header_or_footer.html index 98b0fd1e..d1ff70a5 100644 --- a/7_video_no_header_or_footer.html +++ b/7_video_no_header_or_footer.html @@ -25,7 +25,7 @@ permalink: /video_fullscreen/ {% assign allTopicsABC = allTopics | sort %} -
+
@@ -55,7 +55,7 @@ permalink: /video_fullscreen/ {% if talk.topics %} {% assign tags = (talk.topics | split:",") %} {% endif %} -
+
{{talk.artist}}

{{talk.title}}

#{{ post.number }}: {{talk.artist}} / {{talk.artist_website}} – {{talk.description}}

diff --git a/css/video.css b/css/video.css index 991fe966..a90fe7c3 100644 --- a/css/video.css +++ b/css/video.css @@ -1,4 +1,4 @@ -.content-no-header +.no-header { margin-top:-20px; } @@ -13,6 +13,9 @@ height:180px; text-align:center; padding:20px; + right: 0; + left: 0; + margin-bottom:20px; } .videobox:hover