diff options
-rw-r--r-- | menu.css | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -15,6 +15,21 @@ nav > ul { table-layout: fixed; } +nav > ul > li:first-child > a { + border-top-left-radius: 10px; + border-bottom-left-radius: 10px; +} + +nav ul ul li:last-child a { + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; +} + +nav > ul > li:last-child a:first-child { + border-top-right-radius: 10px; + border-bottom-right-radius: 10px; +} + nav li { display: table-cell; margin-bottom: 0px; |