summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-xsuperhero/bootswatch.less21
1 files changed, 21 insertions, 0 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index 5afb0d61..46b55e55 100755
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -179,6 +179,10 @@ div.subnav {
}
}
+div.subnav .nav > li + li > a {
+ border-top: 0px solid transparent;
+}
+
div.subnav .nav > li:first-child > a,
div.subnav .nav > li:first-child > a:hover,
div.subnav .nav > li.active:first-child > a,
@@ -228,6 +232,23 @@ div.subnav.subnav-fixed {
}
}
+@media (max-width: 768px) {
+ div.subnav .nav > li:first-child > a,
+ div.subnav .nav > li:first-child > a:hover,
+ div.subnav .nav > li.active:first-child > a,
+ div.subnav .nav > li.active:first-child > a:hover {
+ .border-radius(4px 4px 0 0);
+ }
+
+ div.subnav .nav > li:last-child > a,
+ div.subnav .nav > li:last-child > a:hover,
+ div.subnav .nav > li.active:last-child > a,
+ div.subnav .nav > li.active:last-child > a:hover {
+ .border-radius(0 0 4px 4px);
+ }
+
+}
+
// TABLES
// -----------------------------------------------------