diff server_css/blog.css @ 312:b4781a350483

browser_side: display a "New message" button and add a "comment" icon for main entries in MicroblogPanel when the unibox is disabled
author souliane <souliane@mailoo.org>
date Mon, 30 Dec 2013 00:33:19 +0100
parents 52b1afd7ac3f
children ce5b33f499c5
line wrap: on
line diff
--- a/server_css/blog.css	Mon Dec 30 00:30:45 2013 +0100
+++ b/server_css/blog.css	Mon Dec 30 00:33:19 2013 +0100
@@ -55,3 +55,7 @@
 h1, h2, h3, h4, h5, h6 {
     border-bottom: 1px solid rgb(170, 170, 170);
 }
+
+img {
+    max-width: 100%;
+}