help.stylesheet: fixed black border bug around nav links in HTML documentation

db4
Keith Lazuka 2009-09-14 08:50:58 -04:00
parent e062cd34dd
commit d0652d9d0b
2 changed files with 15 additions and 2 deletions

View File

@ -1,6 +1,6 @@
! Copyright (C) 2005, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: colors colors.constants io.styles literals namespaces ;
USING: colors colors.constants io.styles namespaces ;
IN: help.stylesheet
SYMBOL: default-span-style
@ -42,7 +42,7 @@ SYMBOL: help-path-style
H{
{ font-size 10 }
{ table-gap { 5 5 } }
{ table-border $ transparent }
{ table-border COLOR: FactorLightLightTan }
} help-path-style set-global
SYMBOL: heading-style

13
word-at,assocs.html Normal file

File diff suppressed because one or more lines are too long