Author: mcbrown
Date: 2007-12-04 13:22:47 +0100 (Tue, 04 Dec 2007)
New Revision: 9089
Log:
Adding underlining to links
Modified:
trunk/xsl.d/mysql-html.css
Modified: trunk/xsl.d/mysql-html.css
===================================================================
--- trunk/xsl.d/mysql-html.css 2007-12-04 07:43:52 UTC (rev 9088)
+++ trunk/xsl.d/mysql-html.css 2007-12-04 12:22:47 UTC (rev 9089)
Changed blocks: 1, Lines Added: 12, Lines Deleted: 0; 511 bytes
@@ -10,6 +10,18 @@
display: block;
max-width:720px;
}
+
+div.book, div.chapter, div.section A:Link
+{
+ text-decoration: underline;
+ color: blue;
+ }
+
+div.book, div.chapter, div.section A:Visited
+{
+ text-decoration: underline;
+ }
+
/* Default font for all headers */
div.part h1,
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9089 - trunk/xsl.d | mcbrown | 4 Dec |