changeset 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 f539f6f8ee9c
children ee61b0765d6c
files server_css/blog.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
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