From bfd85d28a12e04eccae7c85abe359c356ed3d936 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Tue, 30 Jul 2013 20:29:38 +1200 Subject: [PATCH] Mention documentation a bit more clearly --- _layouts/default.html | 10 ++++++++++ index.html | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/_layouts/default.html b/_layouts/default.html index 7b8687d..1fd8314 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -45,6 +45,16 @@ box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px 0 inset; font-family: "Ubuntu Mono", monospace; } + .pre { + background: #333333; + color: #ffffff; + padding: 2px 3px 2px 3px; + border-width: 1px; + border-color: #222222; + border-style: solid; + box-shadow: rgba(0, 0, 0, 0.3) 0 1px 2px 0 inset; + font-family: "Ubuntu Mono", monospace; + } code { font-family: "Ubuntu Mono", monospace; } hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} .footer { text-align:center; padding-top:30px; font-style: italic; } diff --git a/index.html b/index.html index df2a7d3..4de4c14 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,8 @@ title: Tagbar, the Vim class outline viewer Extract the archive or clone the repository into a directory in your 'runtimepath' or use pathogen. - Don't forget to run :helptags if you don't use pathogen. + Don't forget to run :helptags so you can + access the documentation with :help tagbar.