diff options
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-x | amelia/bootswatch.less | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/amelia/bootswatch.less b/amelia/bootswatch.less index eccf1463..d2db1c3e 100755 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -206,6 +206,13 @@ div.subnav { } } +@media (max-width: 767px) { + + div.subnav .nav > li + li > a { + border-top: 1px solid rgba(255, 255, 255, 0.4); + } +} + // NAV // ----------------------------------------------------- |