comparison server_css/blog.css @ 393:a3d58514a4d0

server_side: set max static blog banner dimensions
author souliane <souliane@mailoo.org>
date Wed, 05 Mar 2014 21:42:03 +0100
parents 2d782349b88a
children 3eb3a2c0c011
comparison
equal deleted inserted replaced
392:f539f6f8ee9c 393:a3d58514a4d0
84 } 84 }
85 85
86 img { 86 img {
87 max-width: 100%; 87 max-width: 100%;
88 } 88 }
89
90 .mblog_title img {
91 max-width: 800px;
92 max-height: 150px;
93 }