summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vesik <sander.vesik@sun.com>2002-08-02 02:11:32 +0000
committerSander Vesik <sander@src.gnome.org>2002-08-02 02:11:32 +0000
commit581d250ad85889c8dbfe82d3e520caaf15cc091e (patch)
tree1b1a1cc31eb9e95b855c0a6155b59ee8c0c5d18e
parented842597614d5a57caff2beb0b1ef0730498a1b2 (diff)
downloadyelp-gnome-2-0-0.tar.gz
- make list items have some space around them - make sublists have morebefore_GNOME_2_0gnome-2-0-0
2002-08-02 Sander Vesik <sander.vesik@sun.com> * stylesheets/yelp-customization.xsl: - make list items have some space around them - make sublists have more consistent spacing - change list styles inside sublists
-rw-r--r--ChangeLog6
-rw-r--r--stylesheets/yelp-customization.xsl9
2 files changed, 12 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 97cffca1..56886728 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-02 Sander Vesik <sander.vesik@sun.com>
+ * stylesheets/yelp-customization.xsl:
+ - make list items have some space around them
+ - make sublists have more consistent spacing
+ - change list styles inside sublists
+
2002-08-01 Szabolcs Ban <shooby@gnome.hu>
* configure.in: Added "hu" to ALL_LINGUAS. Finally :)
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 14d9771d..45b7ea0b 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -137,7 +137,7 @@
<xsl:template name="user.head.content">
<style>
<xsl:text>
- LI {margin-left: 1em}
+ LI {margin-left: 1em; margin-bottom: 0.66em;}
LI P {margin-bottom: 0}
LI P {margin-top: 0}
P.header-title {text-align: center; margin-top: 0; margin-bottom: 0}
@@ -146,9 +146,12 @@
DD P {margin-top: 0}
DD P {margin-bottom: 0}
OL {margin-top: 0; margin-bottom: 0}
- LI OL {margin-left: 2em}
+ LI OL {margin-left: 2em; margin-top: 0.66em}
UL {margin-top: 0; margin-bottom: 0}
- LI UL {margin-left: 2em}
+ LI UL {margin-left: 2em; margin-top: 0.66em}
+ OL LI UL {list-style-type: disc}
+ UL LI UL {list-style-type: circle}
+ OL LI OL {list-style-type: lower-roman}
DD {margin-left: 2em}
DL {margin-top: 0}
DL {margin-bottom: 0}