]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Removing h1 from display in Profile page due to duplicate visibility
authorSarven Capadisli <csarven@controlyourself.ca>
Mon, 13 Apr 2009 03:05:00 +0000 (03:05 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Mon, 13 Apr 2009 03:05:00 +0000 (03:05 +0000)
of fn and nickname.

theme/base/css/display.css

index 9c0980ec6db204435bf73d950ea3ab339e01475e..00f7c0e8fea0d803293247562a0bb0642a44766a 100644 (file)
@@ -29,6 +29,7 @@ h1 {
 font-size:1.4em;
 margin-bottom:18px;
 }
+#showstream h1 { display:none; }
 h2 { font-size:1.3em; }
 h3 { font-size:1.2em; }
 h4 { font-size:1.1em; }