From 1a88a12eb5ddc7f6a4037f7aaebc63b5474e4678 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 17 Oct 2012 23:10:10 +0100 Subject: [PATCH] Fixing dropdown highlights Pesky Bootstrap is a tad specific about wanting an
  • as the immediate parent of a dropdown item --- core/templates/PageTemplate.tid | 8 +++++--- core/templates/SearchResultTemplate.tid | 2 +- core/templates/TagTemplate.tid | 19 +++++++++++++------ 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/core/templates/PageTemplate.tid b/core/templates/PageTemplate.tid index 084d7ede5..3db5ef0cf 100644 --- a/core/templates/PageTemplate.tid +++ b/core/templates/PageTemplate.tid @@ -36,9 +36,11 @@ title: $:/templates/PageTemplate <<
    - + +{{dropdown-menu{ +* <> +}}} +
    >> diff --git a/core/templates/SearchResultTemplate.tid b/core/templates/SearchResultTemplate.tid index da3d36b8a..ecc722479 100644 --- a/core/templates/SearchResultTemplate.tid +++ b/core/templates/SearchResultTemplate.tid @@ -1,3 +1,3 @@ title: $:/templates/SearchResultTemplate -<> \ No newline at end of file +
  • <>
  • \ No newline at end of file diff --git a/core/templates/TagTemplate.tid b/core/templates/TagTemplate.tid index 5267a9530..5658e543e 100644 --- a/core/templates/TagTemplate.tid +++ b/core/templates/TagTemplate.tid @@ -10,15 +10,22 @@ title: $:/templates/TagTemplate >> }}} << +
    - +))
  • <>
  • ) + +}}} +
    + >>