mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-30 17:41:14 -03:00
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:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user