From 76df0db598730eeaab19599f9ee441c421423660 Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Wed, 18 May 2011 14:28:37 +0200 Subject: Fixed docs search input with And couple of missing semi-colons... --- docs/src/templates/docs.css | 1 + docs/src/templates/docs.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/src/templates') diff --git a/docs/src/templates/docs.css b/docs/src/templates/docs.css index 3c7434ee..5750d4f9 100644 --- a/docs/src/templates/docs.css +++ b/docs/src/templates/docs.css @@ -194,6 +194,7 @@ p { position: relative; top: 1em; left: 1em; + width: 202px; } #sidebarArea { diff --git a/docs/src/templates/docs.js b/docs/src/templates/docs.js index 65f8b11a..e05f0ec1 100644 --- a/docs/src/templates/docs.js +++ b/docs/src/templates/docs.js @@ -43,7 +43,7 @@ function DocsController($location, $browser, $window) { this.selectedPartial = function(partial) { return partial.id == self.partialId ? 'current' : ''; - } + }; this.afterPartialLoaded = function() { SyntaxHighlighter.highlight(); -- cgit v1.2.3