From d32e74b24b5948726768cb24d04ff0bc3a80afdf Mon Sep 17 00:00:00 2001 From: pete Date: Wed, 2 Jul 2008 10:19:26 +0000 Subject: profile menu, single view layout, and comments all updated git-svn-id: https://code.elgg.org/elgg/trunk@1266 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index 53c33e6e8..0e9ee7b67 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -77,7 +77,7 @@ body { background: #4690d6; font: 75%/1.5 "Lucida Grande", "Lucida Sans", Verdana, sans-serif; color: #333333; - background: url(_graphics/page_back_linen.gif) repeat left top; + background: url(_graphics/page_back_linen.gif) repeat left 1px; } a { color: #4690d6; @@ -213,7 +213,9 @@ h6 { font-size: 0.8em; } height:360px; } - +#layout_maincontent.no_sidebar { + padding:0px 0px 20px 20px !important; +} #wrapper_maincontent.single_column { /* width:785px;*/ background: white; @@ -1026,12 +1028,10 @@ p.user_menu_friends_of { } .generic_comment_details { margin-left: 60px; - border: 0px; - border-bottom: 1px; - border-style: solid; + border-bottom: 1px solid #aaaaaa; } .generic_comment_owner { - font-size: 80%; + color:#666666; margin: 0px; } -- cgit v1.2.3