diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-04 15:52:50 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-04 15:52:50 -0500 |
commit | 2441babbe92a804d9d1803a0c7c224cd0a4722da (patch) | |
tree | f865e6d6f65b404e6b3a529852cb5c6b13acdb27 /view/theme/dispy | |
parent | 6b8cb80ea3320babcfa8c697c2f99e3d3811b199 (diff) | |
download | volse-hubzilla-2441babbe92a804d9d1803a0c7c224cd0a4722da.tar.gz volse-hubzilla-2441babbe92a804d9d1803a0c7c224cd0a4722da.tar.bz2 volse-hubzilla-2441babbe92a804d9d1803a0c7c224cd0a4722da.zip |
removed extra padding/border on tread-wrapper (heh, tea read :P)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index 08db11033..23f0539d0 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -956,9 +956,10 @@ aside #viewcontacts { * section */ section { - margin: 20px 9% 0 9%; + margin: 20px 8% 0 6%; font-size: 0.8em; padding-right: 250px; + min-width: 475px; } /** tabs **/ @@ -1014,10 +1015,10 @@ section { overflow-x: auto; } [id^="tread-wrapper"], [class^="tread-wrapper"] { - margin: 5px 0; - border: 1px #aaa solid; - border-radius: 5px; - padding: 10px; + margin: 15px 0 0 0; + /*border: 1px #aaa solid;*/ + /*border-radius: 5px;*/ + padding: 0px; } .wall-item-photo-menu { display: none; |