mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2025-02-17 01:21:29 +00:00
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:
parent
55983b51ca
commit
6f8abedb8a
1 changed files with 5 additions and 0 deletions
|
@ -178,6 +178,11 @@ a#logo:hover {
|
||||||
|
|
||||||
#site-description h1 {
|
#site-description h1 {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#site-description p {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Round cornered boxes and backgrounds
|
/* Round cornered boxes and backgrounds
|
||||||
|
|
Loading…
Reference in a new issue