]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
remove profile box entirely
authorMatt Lee <mattl@cnuk.org>
Mon, 29 Nov 2010 20:18:24 +0000 (15:18 -0500)
committerMatt Lee <mattl@cnuk.org>
Mon, 29 Nov 2010 20:18:24 +0000 (15:18 -0500)
theme/gnusocial/css/social.css

index 2cdd2769b3fdf5b97f7b0535c0d27ada09d2d5bc..6cb60105fd5219ea4f16b2ed905761a0ad5312e8 100755 (executable)
@@ -19,13 +19,13 @@ Enable this line to debug:
 
 /* stuff we want to hide..... */
 
-legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, #content h1, .section h2 { display: none !important; }
+legend,.entry-content .source, .entry-content .location, .entry-content .response, #anon_notice, #notices_primary h2, #site_nav_local_views dt, #ft dt, .entity_profile dt, .entity_profile h2, .entity_actions h2, .entity_nickname, .entities .nickname, .anon_notice, #content h1, .section h2, .entity_profile { display: none !important; }
 
 .entities li { display: inline; list-style: none !important; }
 
 .entity_profile dd { margin-bottom: 1em; }
 
-.notice { background-color: #eee; margin-bottom: 1em; border-top: 1px solid #ddd; }
+.notice { background-color: #eee; margin-bottom: 1em; border-top: 1px solid #ddd; padding: 0.4em; }
 
 .entity_fn { font-size: 130%; }
 
@@ -48,7 +48,7 @@ dl, dd { margin: 0 !important; padding: 0 !important;}
 
    body {background-image: url(/theme/gnusocial/images/bg.png) !important; background-repeat: repeat-x !important; background-color: white;}
 
-   #hd h1 {margin: 0; line-height: 40px; font-size: 24px; font-weight: bold;}
+   #hd h1 {margin: 0; line-height: 57px; font-size: 24px; font-weight: bold;}
 
    #hd h1 a{color: #111; text-decoration: none;}