diff --git a/Gruntfile.js b/Gruntfile.js index aa1a811..0ee71c0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -103,6 +103,10 @@ module.exports = function (grunt) { } }, csslint: { + options: { + 'box-sizing': false, + 'bulletproof-font-face': false + }, css: { src: 'css/*' } diff --git a/css/style.css b/css/style.css index ed74749..eb886dc 100644 --- a/css/style.css +++ b/css/style.css @@ -350,6 +350,7 @@ footer a:hover { background-repeat:no-repeat; content: "no"; left: 0; + min-width:56px; padding-left:23px; padding-top:2px; -webkit-transition: all .2s; @@ -357,7 +358,6 @@ footer a:hover { -ms-transition: all .2s; -o-transition: all .2s; transition: all .2s; - width:56px; } .audio:checked + label .ui:after { background-image:url('../img/mp3.png'); @@ -389,15 +389,15 @@ footer a:hover { width: 600px; } -.playlist-entry h3 { +.playlist-entry-title { margin-top: 0; } -.playlist-entry h3 a { +.playlist-entry-title a { text-decoration: none; } -.playlist-entry h3 a:hover { +.playlist-entry-title a:hover { text-decoration: underline; } diff --git a/templates/playlist.tpl b/templates/playlist.tpl index 742c31e..fcf9847 100644 --- a/templates/playlist.tpl +++ b/templates/playlist.tpl @@ -11,7 +11,7 @@ {/if} {foreach $video->entries as $video}
-