summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/_themes/eldocs/static
diff options
context:
space:
mode:
authorDerek Jones <derek.jones@ellislab.com>2012-08-21 03:10:39 +0200
committerDerek Jones <derek.jones@ellislab.com>2012-08-21 03:10:39 +0200
commit329834e354d75ed239c83f410adacdd294ae2f64 (patch)
treed95e3c652d16c91861744eee85498352246cfed9 /user_guide_src/source/_themes/eldocs/static
parent87687e10c582b085afdc649ec810a2d2cf34e98b (diff)
Switching to Sphinx's built in JavaScript search
- disabled rST source copying, the contextual results for the search don't render, so they look goofy - added .highlighted class to CSS for highlighting search terms - replaced Google search form with native search form (and separated into its own theme file) - added body class to #content div for JS highlighter to hook onto
Diffstat (limited to 'user_guide_src/source/_themes/eldocs/static')
-rw-r--r--user_guide_src/source/_themes/eldocs/static/asset/css/common.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/user_guide_src/source/_themes/eldocs/static/asset/css/common.css b/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
index 67d90a232..0a63871c5 100644
--- a/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
+++ b/user_guide_src/source/_themes/eldocs/static/asset/css/common.css
@@ -185,6 +185,8 @@ fieldset{ border: 0; }
}
.admonition-title:after{ content: ': '; }
+
+.highlighted{ background-color: #FFF09B; }
#table-contents{
bottom: 0;