diff options
author | friendica <info@friendica.com> | 2012-05-18 01:46:02 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-18 01:46:02 -0700 |
commit | 38217444502aee41d71d90c0c8927999bb1b12e6 (patch) | |
tree | 8f3226d74c76d736564e0c6ed9e97f6d0388126c /view/theme/duepuntozero | |
parent | 34b79b4f2b8b9a563717ca60bc55ff868c29df1a (diff) | |
download | volse-hubzilla-38217444502aee41d71d90c0c8927999bb1b12e6.tar.gz volse-hubzilla-38217444502aee41d71d90c0c8927999bb1b12e6.tar.bz2 volse-hubzilla-38217444502aee41d71d90c0c8927999bb1b12e6.zip |
apply max-width to images in posts, duepuntozero
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b978c13e5..826acc7ef 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1091,6 +1091,11 @@ input#dfrn-url { overflow: auto; } +.wall-item-content img { + max-width: 700px; +} + + .wall-item-title { float: left; font-weight: bold; |