[Aptitude-svn-commit] r3606 - in branches/aptitude-0.3/aptitude: . doc
Daniel Burrows
dburrows@costa.debian.org
Mon Jul 4 15:45:18 UTC 2005
Author: dburrows
Date: Mon Jul 4 15:45:15 2005
New Revision: 3606
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/doc/aptitude-common.xsl
branches/aptitude-0.3/aptitude/doc/aptitude.css
Log:
Stop using the deprecated shade.verbatim; use CSS instead.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Mon Jul 4 15:45:15 2005
@@ -1,5 +1,10 @@
2005-07-04 Daniel Burrows <dburrows@debian.org>
+ * doc/aptitude.css, doc/aptitude-common.xsl:
+
+ Update the stylesheets: shade.verbatim is deprecated, so I've
+ moved those configuration parameters into CSS.
+
* doc/en/aptitude.xml:
Replace the documentation dealing with color configuration with
Modified: branches/aptitude-0.3/aptitude/doc/aptitude-common.xsl
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/aptitude-common.xsl (original)
+++ branches/aptitude-0.3/aptitude/doc/aptitude-common.xsl Mon Jul 4 15:45:15 2005
@@ -5,10 +5,6 @@
<xsl:param name="admon.graphics" select="1"/>
<xsl:param name="navig.graphics" select="1"/>
- <xsl:param name="shade.verbatim" select="1"/>
-
- <xsl:param name="shade.verbatim.style.border" select="1"/>
-
<xsl:param name="html.extra.head.links" select="1"/>
<xsl:param name="segmentedlist.as.table" select="1"/>
Modified: branches/aptitude-0.3/aptitude/doc/aptitude.css
==============================================================================
--- branches/aptitude-0.3/aptitude/doc/aptitude.css (original)
+++ branches/aptitude-0.3/aptitude/doc/aptitude.css Mon Jul 4 15:45:15 2005
@@ -47,3 +47,10 @@
padding: 2px 2px;
background-color: #F8F8F8
}
+
+pre.screen
+{
+ background-color: #E0E0E0;
+ border: black solid 1px;
+ padding: 2px;
+}
More information about the Aptitude-svn-commit
mailing list