Mercurial > libervia-web
diff 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 |
line wrap: on
line diff
--- a/public/libervia.css Thu Feb 13 15:32:59 2014 +0100 +++ b/public/libervia.css Thu Feb 13 15:34:34 2014 +0100 @@ -69,9 +69,9 @@ .bubble p { margin: 0.4em 0em; } - .bubble img { - # if you set max-width, check that the rich text editor icons are still well displayed + /* /!\ setting a max-width percentage value affects the toolbar icons */ + max-width: 600px; } /* styles for displaying rich text - END */