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;