Hiding the text "ZDoom" and "Discussion about ZDoom" in the header with CSS because it's redundant. It still gets indexed through Google.

This commit is contained in:
Daniel Gimmer 2017-01-11 19:40:44 +01:00 committed by Rachael Alexanderson
parent 55983b51ca
commit 6f8abedb8a

View file

@ -178,6 +178,11 @@ a#logo:hover {
#site-description h1 {
margin-right: 0;
display: none;
}
#site-description p {
display: none;
}
/* Round cornered boxes and backgrounds