Imported from Mediawiki default skin

This commit is contained in:
Diskette Guy
2025-07-18 00:20:55 +07:00
parent 314b39f4bb
commit 9da7278191
35 changed files with 7825 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
/* Styles appear on displays over 750 pixels wide */
#site-navigation {
ul {
list-style-type: none;
margin: 0;
}
li {
padding-right: 1em;
display: inline-block;
}
}