summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Fleck <jfleck@inkstain.net>2003-04-05 14:07:37 +0000
committerJohn Fleck <jfleck@src.gnome.org>2003-04-05 14:07:37 +0000
commit1e453f094e6fb906864a00a4973bf1ab517faeb2 (patch)
tree7aac91fdbbdf39f9303bf54064e82b6a3f0ed298
parent09f2d6754a391926d9f8f26f93f1119f22f87e67 (diff)
downloadyelp-1e453f094e6fb906864a00a4973bf1ab517faeb2.tar.gz
stylesheets/yelp-customization.xsl More from Shaun McCance, fixes #10047
2003-04-05 John Fleck <jfleck@inkstain.net> * stylesheets/yelp-customization.xsl More from Shaun McCance, fixes #10047
-rw-r--r--ChangeLog5
-rw-r--r--stylesheets/yelp-customization.xsl4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 10988f87..a880b867 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-04-05 John Fleck <jfleck@inkstain.net>
+
+ * stylesheets/yelp-customization.xsl
+ More from Shaun McCance, fixes #10047
+
2003-04-01 John Fleck <jfleck@inkstain.net>
* stylesheets/yelp-customization.xsl
diff --git a/stylesheets/yelp-customization.xsl b/stylesheets/yelp-customization.xsl
index 8e92355a..cff5abb8 100644
--- a/stylesheets/yelp-customization.xsl
+++ b/stylesheets/yelp-customization.xsl
@@ -194,8 +194,8 @@
DIV.note TH {padding-left: 0; padding-top: 0}
DIV.informaltable TABLE {border-bottom: solid 1px black}
DIV.informaltable TR:FIRST-CHILD {border-top: solid 1px black}
- DIV.table TR:FIRST-CHILD {border-top: solid 1px black}
- DIV.table TABLE {border-bottom: solid 1px black}
+ DIV.table > TABLE > * > TR:FIRST-CHILD {border-top: solid 1px black}
+ DIV.table > TABLE {border-bottom: solid 1px black}
DIV.revhistory TABLE {border-spacing: 0}
LI DIV.informaltable {margin-top: 1em; margin-bottom: 1em}
LI DIV.figure P {margin-top: 1em; margin-bottom: 1em}