From 6c40608862005e700a77a2fc45119679569a771c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 3 Jul 2005 16:37:42 +0000 Subject: [PATCH] Remove admonition graphics from nochunked output (merged from r6352) git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- Makefile | 8 -------- stylesheets/lfs-nochunks.xsl | 26 +++++++++++++++++++------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/Makefile b/Makefile index 789a5a738..f971c4a42 100644 --- a/Makefile +++ b/Makefile @@ -53,14 +53,6 @@ nochunks: sed -i -e "s@text/html@application/xhtml+xml@g" \ $(BASEDIR)/$(NOCHUNKS_OUTPUT) - if [ ! -e $(BASEDIR)/images ]; then \ - mkdir -p $(BASEDIR)/images; \ - fi; - cp $(XSLROOTDIR)/images/*.png \ - $(BASEDIR)/images - cd $(BASEDIR)/; sed -i -e "s@../images@images@g" \ - *.html - validate: xmllint --noout --nonet --xinclude --postvalid index.xml diff --git a/stylesheets/lfs-nochunks.xsl b/stylesheets/lfs-nochunks.xsl index 027f42eb7..2582a9aa5 100644 --- a/stylesheets/lfs-nochunks.xsl +++ b/stylesheets/lfs-nochunks.xsl @@ -7,11 +7,10 @@ - + - + - @@ -25,6 +24,23 @@ + + + + + +
+
+

+ +

+
+
+ +
+
+
+ @@ -150,10 +166,6 @@ div.important h3, div.warning h3, div.caution h3 { color: #900; } -div.admonhead img { - display: none; -} - h3.admontitle { padding-left: 2.5em; padding-top: 1em;