aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/user_doc.css
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-08 03:44:37 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:26 +0100
commit509d152e5407856ce00833b931ef29c3d98c3573 (patch)
tree874dc078d0d978b00cf1964f681f612fe997ddbd /doc_src/user_doc.css
parent35e6fb3788dfd717d374647739cd8d0d790be96e (diff)
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ā€¦
Diffstat (limited to 'doc_src/user_doc.css')
-rw-r--r--doc_src/user_doc.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc_src/user_doc.css b/doc_src/user_doc.css
index d91f5dde..c64a8665 100644
--- a/doc_src/user_doc.css
+++ b/doc_src/user_doc.css
@@ -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*/