comparison 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
comparison
equal deleted inserted replaced
311:3135ff840b8e 312:b4781a350483
53 } 53 }
54 54
55 h1, h2, h3, h4, h5, h6 { 55 h1, h2, h3, h4, h5, h6 {
56 border-bottom: 1px solid rgb(170, 170, 170); 56 border-bottom: 1px solid rgb(170, 170, 170);
57 } 57 }
58
59 img {
60 max-width: 100%;
61 }