Mention documentation a bit more clearly

This commit is contained in:
Jan Larres 2013-07-30 20:29:38 +12:00
parent 15871d11d1
commit bfd85d28a1
2 changed files with 12 additions and 1 deletions

View File

@ -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; }

View File

@ -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
<a href="http://www.vim.org/scripts/script.php?script_id=2332">pathogen</a>.
Don't forget to run :helptags if you don't use pathogen.
Don't forget to run <span class="pre">:helptags</span> so you can
access the documentation with <span class="pre">:help tagbar</span>.
</p>
<p>