Remove empty rulesets.

This commit is contained in:
Hyperling 2025-01-29 05:13:45 -07:00
parent db83b2211d
commit 1498aeefb9

View File

@ -35,13 +35,13 @@
} }
/** Make the menu items centered and layout horizontal. **/ /** Make the menu items centered and layout horizontal. **/
.menu {
/* /*
.menu {
margin-top: 5px; margin-top: 5px;
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
*/
} }
*/
.menu-list { .menu-list {
text-align: center; text-align: center;
list-style-type: none; list-style-type: none;
@ -101,10 +101,12 @@
max-height: 500px; max-height: 500px;
} }
/* FORTESTING otherwise disable */
/*
div { div {
/*padding: 7px;*/ border: 1px solid red;
/*border: 1px solid red;*/ /* FORTESTING otherwise disable */
} }
*/
.code { .code {
max-width: 90%; max-width: 90%;