forked from cadence/breezewiki
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;
|
||||
}
|
||||
|
||||
/* 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 */
|
||||
img {
|
||||
max-width: 100%;
|
||||
|
|
Loading…
Reference in a new issue