diff 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
line wrap: on
line diff
--- a/server_css/blog.css	Mon Mar 03 16:24:00 2014 +0100
+++ b/server_css/blog.css	Wed Mar 05 21:42:03 2014 +0100
@@ -86,3 +86,8 @@
 img {
     max-width: 100%;
 }
+
+.mblog_title img {
+    max-width: 800px;
+    max-height: 150px;
+}
\ No newline at end of file