summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}