diff options
author | friendica <info@friendica.com> | 2012-07-24 21:03:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-07-24 21:03:15 -0700 |
commit | ea13ece8901519d6a0f765eb573b75a2f13aa4c1 (patch) | |
tree | c19eccf73ec2e12cc87e474794d1e6d7498bb62f /view/theme | |
parent | 4b36e41b098ae805d8a25e1c4ce7f38161418eea (diff) | |
download | volse-hubzilla-ea13ece8901519d6a0f765eb573b75a2f13aa4c1.tar.gz volse-hubzilla-ea13ece8901519d6a0f765eb573b75a2f13aa4c1.tar.bz2 volse-hubzilla-ea13ece8901519d6a0f765eb573b75a2f13aa4c1.zip |
rev update
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 34b57555c..3b2b8475d 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1124,8 +1124,9 @@ input#dfrn-url { margin-left: 10px; /*margin-bottom: 20px;*/ /*padding: 20px;*/ - max-height: 400px; - overflow: auto; +/* max-height: 400px; */ +/* overflow-x: auto; */ +/* overflow-y: auto; */ } .wall-item-content img { |