diff --git a/Makefile b/Makefile index dc509f6b6f..63a069ab35 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ $(ENPAGES): %.html: %.xhtml fsfe.xsl navigation.en.xsl filebase=`basename $$base` ; \ dir=`dirname $$path` ; \ root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \ - $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; s/\$$//g if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \ + $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase '$$path='$$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; s/\$$//g if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \ rm -f $$base.html-temp $(FRPAGES): %.html: %.xhtml fsfe.xsl navigation.fr.xsl @@ -56,7 +56,7 @@ $(FRPAGES): %.html: %.xhtml fsfe.xsl navigation.fr.xsl filebase=`basename $$base` ; \ dir=`dirname $$path` ; \ root=`dirname $$path | perl -pe 'chop; s:([^/]+):..:g if($$_ ne ".")'` ; \ - $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; s/\$$//g if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \ + $(XSLTPROC) fsfe.xsl $$path $(XSLTOPTS) '$$fsfeurope='$$root '$$filebase='$$filebase '$$path='$$path > $$base.html-temp && (cat $$base.html-temp | perl -p -e '$$| = 1; s/\$$//g if(/\$$''Date:/); s/mode: xml \*\*\*/mode: html \*\*\*/' > $$base.html) ; \ rm -f $$base.html-temp $(DEPAGES): %.html: %.xhtml fsfe.xsl navigation.de.xsl diff --git a/blue.css b/blue.css index 45a34e0eb9..785c90501e 100644 --- a/blue.css +++ b/blue.css @@ -22,7 +22,7 @@ A.Extern { font-size: 13px; font-weight: bold; color: #000000 } A.Desc { font-size: 13px; font-style: italic; color: #000000 } A.Warning { font-size: 13px; font-weight: bold; color: #FF2222 } -TD.Section { font-size: 13px; font-weight: regular; color: #FFFFFF; text-decoration: none } +TD.Section { font-size: 13px; font-weight: regular; color: #000000; text-decoration: none } TD.TopTitle { color: #E0E0E0; font-weight: bold; background: #5A6BA5 } TD.TopBody { color: #1C2D67; font-weight: bold; background: #9DAEE8 } diff --git a/gbn/index.xhtml b/gbn/index.xhtml index 9a11fb84da..671e0660ba 100644 --- a/gbn/index.xhtml +++ b/gbn/index.xhtml @@ -12,7 +12,8 @@