1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-01-08 23:24:12 +01:00

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