[Aptitude-svn-commit] r3607 - in branches/aptitude-0.3/aptitude: . doc
Daniel Burrows
dburrows@costa.debian.org
Mon Jul 4 16:22:13 UTC 2005
Author: dburrows
Date: Mon Jul 4 16:22:11 2005
New Revision: 3607
Modified:
branches/aptitude-0.3/aptitude/ChangeLog
branches/aptitude-0.3/aptitude/doc/aptitude.css
Log:
Tweak the CSS a bit more.
Modified: branches/aptitude-0.3/aptitude/ChangeLog
==============================================================================
--- branches/aptitude-0.3/aptitude/ChangeLog (original)
+++ branches/aptitude-0.3/aptitude/ChangeLog Mon Jul 4 16:22:11 2005
@@ -1,5 +1,10 @@
2005-07-04 Daniel Burrows <dburrows@debian.org>
+ * doc/aptitude.css:
+
+ Various tweaks to make the generated documentation a bit
+ nicer-looking (maybe too fancy in some places, though?).
+
* doc/aptitude.css, doc/aptitude-common.xsl:
Update the stylesheets: shade.verbatim is deprecated, so I've
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 16:22:11 2005
@@ -1,32 +1,32 @@
.tip
{
- border: black solid 1px;
- margin: 0.12in 0;
- padding: 0 55px;
- background-color: #D4D87E;
+ border: black solid 1px;
+ margin: 0.12in 0;
+ padding: 0 10px;
+ background-color: #D4D87E;
}
.warning
{
border: black solid 1px;
margin: 0.12in 0;
- padding: 0 55px;
+ padding: 0 10px;
background-color: #FFBBBB;
}
.note
{
- border: black solid 1px;
- margin: 0.12in 0;
- padding: 0 55px;
- background-color: #EEEEEE;
+ border: black solid 1px;
+ margin: 0.12in 0;
+ padding: 0 10px;
+ background-color: #EEEEEE;
}
.important
{
border: black solid 1px;
margin: 0.12in 0;
- padding: 0 55px;
+ padding: 0 10px;
background-color: #FFFFBB;
}
@@ -37,7 +37,9 @@
.cmdsynopsis
{
- background-color: #E0E0E0
+ background-color: #E0E0E0;
+ border: black solid 1px;
+ margin: 0px;
}
.seglistitem
@@ -54,3 +56,24 @@
border: black solid 1px;
padding: 2px;
}
+
+.figure, .segmentedlist > table
+{
+ border: black solid 1px;
+ margin: 1em 0;
+ padding: 2px;
+}
+
+/* HACK: the docbook xsl sheets don't generate a span for
+ * varlistitems, but they do generate a 'dt' element for each
+ * one.
+ */
+.variablelist dt
+{
+ border-top: black solid 2px;
+}
+
+.variablelist
+{
+ border-bottom: black solid 2px;
+}
More information about the Aptitude-svn-commit
mailing list