diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-29 13:03:37 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-29 13:03:37 -0400 |
| commit | 1581854ee3f8be2612d77e12a7453493c2ec3622 (patch) | |
| tree | 5b31ae14b9dd7b0d151d89336c4a7029a9b62daf | |
| parent | fa313e781f0aff437f8f631030e9b55da9c05b02 (diff) | |
height
| -rw-r--r-- | public/assets/ok.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index 03b0a3b..7f82bd7 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -131,8 +131,9 @@ h3 { break-inside: avoid-column; } -menu ul { - list-style-type: upper-roman; +.menu ul { + height:100%; + } .menu ul li { |
