summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Dew <marcoz@osource.org>2011-11-10 00:50:04 -0700
committerMatt Dew <marcoz@osource.org>2011-11-10 00:50:04 -0700
commitb87f40bfbe557350874b8fa93a54f300750b3b37 (patch)
treeb6cd6feee2076a72f4716ccb9989f049463267b1
parentd0e53c2a73d56c987eaaa2ad29674b235f5a2333 (diff)
fixed path
added table styling to css to match pdf
-rw-r--r--masterdb/masterdb.xml2
-rw-r--r--xorg.css25
2 files changed, 26 insertions, 1 deletions
diff --git a/masterdb/masterdb.xml b/masterdb/masterdb.xml
index c40f597..080214c 100644
--- a/masterdb/masterdb.xml
+++ b/masterdb/masterdb.xml
@@ -170,7 +170,7 @@ listed here. This allows crosslinking between documents.
</dir>
<dir name="libXt">
<document targetdoc="intrinsics">
- <xi:include href="@datarootdir@/doc/libXt/intrinsics.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
+ <xi:include href="@datarootdir@/doc/libXt/libXt/intrinsics.__db__.db" xmlns:xi="http://www.w3.org/2001/XInclude">
<xi:fallback></xi:fallback>
</xi:include>
</document>
diff --git a/xorg.css b/xorg.css
index 8a3871c..38e416c 100644
--- a/xorg.css
+++ b/xorg.css
@@ -301,3 +301,28 @@ td, th {
background: #FFFF66;
padding-left: 0.5em;
}
+
+/* Tables */
+div.simpleheadertable table {
+ background: #e0ffff;
+ border-top: solid ;
+ border-bottom: hidden;
+ border-left: hidden;
+ border-right: hidden;
+}
+
+
+div.simpleheadertable table th {
+ border-bottom: solid ;
+ border-left: hidden ;
+ border-right: hidden ;
+}
+
+
+
+div.simpleheadertable table td {
+ border-left: hidden;
+ border-right: hidden;
+ border-bottom: hidden;
+}
+