]> git.0d.be Git - panikweb.git/commitdiff
Allow episode logo to decrease in size for small screens
authorlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:50:30 +0000 (19:50 +0200)
committerlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:50:30 +0000 (19:50 +0200)
panikweb_templates/static/css/style.less

index f3434326919b10b5b804f2916766f93d4b1525a3..0b7bfdd7578f18b91d4270b9d1a5603ed4a7504d 100644 (file)
@@ -526,7 +526,6 @@ ul.tagsArchives li {
  .episode-detail .controls{
        float: right;
 }
-
 .episode-detail .date {
        font-family: Reglo;
        text-transform: uppercase;
@@ -579,9 +578,13 @@ ul.tagsArchives li {
        margin-left: 4px;
 }
 
-.episode-detail div.header-image {
-       width: 104px;
-       margin-right:10px;
+.episode-detail .logo {
+       width: 100px;
+       margin-right:0px 1em;
+       max-width:20%;
+}
+.episode-detail .logo img{
+       width:100%;
 }
 
 .episode-detail .controls {