summaryrefslogtreecommitdiffstats
path: root/doc/user/scons.css
diff options
context:
space:
mode:
authorDirk Baechle <dl9obn@darc.de>2014-03-11 23:01:57 (GMT)
committerDirk Baechle <dl9obn@darc.de>2014-03-11 23:01:57 (GMT)
commit75dd267e0f5b44603e6d33b835e2007bca5fefee (patch)
tree73c30ca1b4dcfc8438ee66d8e19d9097230b444e /doc/user/scons.css
parent4c5afd028828a6908b788e67516c1f4aeaec2fb2 (diff)
downloadSCons-75dd267e0f5b44603e6d33b835e2007bca5fefee.zip
SCons-75dd267e0f5b44603e6d33b835e2007bca5fefee.tar.gz
SCons-75dd267e0f5b44603e6d33b835e2007bca5fefee.tar.bz2
- improved dependency handling for doc toolchain (no false rebuilds anymore)
- fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
Diffstat (limited to 'doc/user/scons.css')
-rw-r--r--doc/user/scons.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/scons.css b/doc/user/scons.css
index 6941abb..ff9b5a1 100644
--- a/doc/user/scons.css
+++ b/doc/user/scons.css
@@ -6,11 +6,11 @@ body {
}
-a {
+a:link {
color: #80572a;
}
-a:hover {
+a:link:hover {
color: #d72816;
text-decoration: none;
}