comparison public/libervia.css @ 358:df743589bb8c

browser_side: microblog images have a fixed CSS "max-width" and they are clickable
author souliane <souliane@mailoo.org>
date Thu, 13 Feb 2014 15:34:34 +0100
parents 9bb78c09e9fc
children 4cf735b40304
comparison
equal deleted inserted replaced
357:2b5503392fbd 358:df743589bb8c
67 color: blue; 67 color: blue;
68 } 68 }
69 .bubble p { 69 .bubble p {
70 margin: 0.4em 0em; 70 margin: 0.4em 0em;
71 } 71 }
72
73 .bubble img { 72 .bubble img {
74 # if you set max-width, check that the rich text editor icons are still well displayed 73 /* /!\ setting a max-width percentage value affects the toolbar icons */
74 max-width: 600px;
75 } 75 }
76 76
77 /* styles for displaying rich text - END */ 77 /* styles for displaying rich text - END */
78 78
79 blockquote, q { quotes: none; } 79 blockquote, q { quotes: none; }