removed extra padding/border on tread-wrapper (heh, tea read :P)

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-04 15:52:50 -05:00
parent 6b8cb80ea3
commit 2441babbe9

View file

@ -956,9 +956,10 @@ aside #viewcontacts {
* section * section
*/ */
section { section {
margin: 20px 9% 0 9%; margin: 20px 8% 0 6%;
font-size: 0.8em; font-size: 0.8em;
padding-right: 250px; padding-right: 250px;
min-width: 475px;
} }
/** tabs **/ /** tabs **/
@ -1014,10 +1015,10 @@ section {
overflow-x: auto; overflow-x: auto;
} }
[id^="tread-wrapper"], [class^="tread-wrapper"] { [id^="tread-wrapper"], [class^="tread-wrapper"] {
margin: 5px 0; margin: 15px 0 0 0;
border: 1px #aaa solid; /*border: 1px #aaa solid;*/
border-radius: 5px; /*border-radius: 5px;*/
padding: 10px; padding: 0px;
} }
.wall-item-photo-menu { .wall-item-photo-menu {
display: none; display: none;