MediaWiki:Common.css: Difference between revisions
>RAP No edit summary |
>RAP No edit summary |
||
| Line 13: | Line 13: | ||
} | } | ||
a. | a.external:after { | ||
display: none !important; | |||
} | } | ||
Revision as of 11:01, 9 July 2023
/* CSS placed here will be applied to all skins */
#all-reports > ul {
list-style-type: none;
columns: 3;
}
#all-reports > ul > li {
text-align: center;
padding: 2px;
border: 2px solid gray;
border-radius: 5px;
font-size: 20px;
}
a.external:after {
display: none !important;
}