summaryrefslogtreecommitdiff
path: root/doc/aptitude.css
diff options
context:
space:
mode:
authorDaniel Burrows <dburrows@debian.org>2008-02-21 21:39:01 -0800
committerDaniel Burrows <dburrows@debian.org>2008-02-21 21:39:01 -0800
commite1c3f7500bbd29846e2b026a9bea7ee857131695 (patch)
tree559b751e04049e73e06bb59f6d4aed53a4159802 /doc/aptitude.css
parent7068b1efc65c427a3e46a56f45811037a9dade89 (diff)
downloadaptitude-e1c3f7500bbd29846e2b026a9bea7ee857131695.tar.gz
Document the new explicit-variable-name matchers.
This introduces some experimental use of <example> and <figure>. If they seem useful, I might want to add more in the future.
Diffstat (limited to 'doc/aptitude.css')
-rw-r--r--doc/aptitude.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/aptitude.css b/doc/aptitude.css
index 9f88a714..0bf6ecc8 100644
--- a/doc/aptitude.css
+++ b/doc/aptitude.css
@@ -77,3 +77,10 @@ pre.screen
{
border-bottom: black solid 2px;
}
+
+.example
+{
+ border-left: medium solid black;
+ padding-left: 0.5em;
+ background-color: #EEEEEE;
+}