Don't display new editor encouragement
This commit is contained in:
parent
660ec56e73
commit
229ec1ee0c
1 changed files with 5 additions and 0 deletions
|
@ -110,6 +110,11 @@ p {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* don't display sections on home pages encouraging new editors */
|
||||||
|
#fpcommunity {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* don't allow images to extend past the edge of the page */
|
/* don't allow images to extend past the edge of the page */
|
||||||
img {
|
img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue