From f3165047969c00d7b60683a9431f828c375fd778 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 19 Oct 2013 11:58:52 +0200 Subject: [PATCH 1/2] Fixed missing directional icon in the navbar drop down --- src/_includes/navbar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_includes/navbar.html b/src/_includes/navbar.html index a1b28820e..e57aeafa3 100644 --- a/src/_includes/navbar.html +++ b/src/_includes/navbar.html @@ -26,7 +26,7 @@
  •   Web Application Icons
  •   Currency Icons
  •   Text Editor Icons
  • -
  •   Directional Icons
  • +
  •   Directional Icons
  •   Video Player Icons
  •   Brand Icons
  •   Medical Icons
  • From 716e09700cdb779b68b37a54018e1f1c031a74ae Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sat, 19 Oct 2013 13:39:46 +0200 Subject: [PATCH 2/2] Fixed active pill color in navigations example --- src/assets/less/site/bootstrap/variables.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/assets/less/site/bootstrap/variables.less b/src/assets/less/site/bootstrap/variables.less index 84070ff31..e77dda8a7 100644 --- a/src/assets/less/site/bootstrap/variables.less +++ b/src/assets/less/site/bootstrap/variables.less @@ -121,6 +121,8 @@ //@brand-danger: @red; //@brand-info: @blue; +// Pills +@nav-pills-active-link-hover-bg: @link-color; // Carousel @carousel-text-shadow: 0 1px 0 rgba(255,255,255,0.25);