diff options
author | Grant Galitz <grantgalitz@gmail.com> | 2016-09-21 01:00:54 -0400 |
---|---|---|
committer | Grant Galitz <grantgalitz@gmail.com> | 2016-09-21 01:00:54 -0400 |
commit | 4dea90b091d8fa2cc3ca645fc7e5efa93f91874c (patch) | |
tree | 769a1b1293bf6c74031d8063b3b04b95506490ee | |
parent | 205efe59e2f21c9f5bdc0dc353a91caee847ce85 (diff) | |
download | IodineGBA-4dea90b091d8fa2cc3ca645fc7e5efa93f91874c.zip IodineGBA-4dea90b091d8fa2cc3ca645fc7e5efa93f91874c.tar.gz IodineGBA-4dea90b091d8fa2cc3ca645fc7e5efa93f91874c.tar.bz2 |
This should not have been removed
-rw-r--r-- | user_css/main.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user_css/main.css b/user_css/main.css index 71dd5a3..e20baf8 100644 --- a/user_css/main.css +++ b/user_css/main.css @@ -136,6 +136,10 @@ div#menu { z-index: 1;
}
+li.hide {
+ display: none !important;
+}
+
/* bottom level nav */
.menu ul ul{
top:0;
|