Tutorial auto colouring, Man page and Make fixes

Completely fixes #1557 and the underlying Doxygen changes that caused
it. Should make fish docs simpler and more robust, more consistent and
generally prettier.

todo:
- trap unmarked text as arguments in context
- test & fix sed portability - see in particular. (so far tested on BSD
(Mac) and GNU sed).
- test Makefile changes
- last round of aesthetic changes and getting that ascii fish in there…
This commit is contained in:
Mark Griffiths
2014-08-08 03:44:37 +01:00
parent 35e6fb3788
commit 509d152e54
27 changed files with 590 additions and 452 deletions

View File

@@ -135,7 +135,6 @@ h3 {
}
.key em {
margin-right: 2px;
font-style: normal;
}
.key em, .key b {
padding: 0 4px;
@@ -148,7 +147,7 @@ h3 {
tt, code, pre, .fish {
font-family: "DejaVu Sans Mono", Menlo, Monaco, "Source Code Pro", "Ubuntu Mono", "Consolas", "Lucida Console", monospace, fixed;
font-weight: 500;
text-shadow: 0 0 0 rgba(0,0,0,1); /* Stronger anti-aliasing */
text-shadow: 0 0 0 rgba(0,0,0,0.2);
}
tt {
color: red; /*REMOVE THIS*/