455
edits
mNo edit summary |
mNo edit summary |
||
| Line 4: | Line 4: | ||
/* Apply background to the whole page wrapper */ | /* Apply background to the whole page wrapper */ | ||
#mw-wrapper { | #mw-wrapper { | ||
background-color: # | background-color: #ffffff; | ||
background-image: | background-image: radial-gradient(#d0d0d0 1px, transparent 1px); | ||
background-size: 15px 15px; | |||
} | } | ||