diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2011-12-02 08:27:42 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2011-12-02 08:27:42 -0800 |
commit | 09d8a3b69f638575076f5dd5ddc40e7e7af2c6a3 (patch) | |
tree | f3b21d9cb45fa32d6ca7ce462ce4a22bffa2832d | |
parent | e36bdd5c8901803996e8c24b05efebe03e5175c2 (diff) | |
parent | 5dcce839277d3e057c828f8d6102c0854a6eec8b (diff) | |
download | volse-hubzilla-09d8a3b69f638575076f5dd5ddc40e7e7af2c6a3.tar.gz volse-hubzilla-09d8a3b69f638575076f5dd5ddc40e7e7af2c6a3.tar.bz2 volse-hubzilla-09d8a3b69f638575076f5dd5ddc40e7e7af2c6a3.zip |
Merge pull request #12 from zzottel/master
Fix testbubble photo-menu
-rw-r--r-- | view/theme/testbubble/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/testbubble/style.css b/view/theme/testbubble/style.css index 971ad2431..44272a9c2 100644 --- a/view/theme/testbubble/style.css +++ b/view/theme/testbubble/style.css @@ -883,7 +883,7 @@ profile-jot-banner-wrapper { margin-top: 20px; padding-right: 10px; padding-left: 12px; - overflow: hidden; +/* overflow: hidden; */ } .wall-item-outside-wrapper-end { clear: both;} |