diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 16:50:17 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 16:50:17 -0400 |
| commit | 07ab7e79b039f954d54db9d5ad5fb4d0425077d2 (patch) | |
| tree | 412110d2e8c479237a145012fd617080e351e737 | |
| parent | 2d291816120ba5defc510bdbac031c91f912e62b (diff) | |
menu stuff
| -rw-r--r-- | public/assets/ok.css | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index a93457d..1ed1c15 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -47,7 +47,21 @@ z-index: 0; opacity: 0; } - + menu ul { + list-style-type: upper-roman; + } + .menu ul li{ + list-style-type: decimal-leading-zero; + list-style-position: inside; + border-bottom: 1px solid; + padding-bottom: 2px; + padding-top:3px; + } + .menu ul li:hover { + background:black; + color:white; + cursor:pointer; + } .navopen .menu { transform: translateX(0vw); z-index: 2; |
