Author: artdaw
Date: 2008-07-12 11:20:17 -0400 (Sat, 12 Jul 2008)
New Revision: 9554
Modified:
trunk/docs/userguide/en/src/main/resources/css/html.css
Log:
http://jira.jboss.com/jira/browse/RF-3875 - All the buttons, cursor and tables border were
fixed
Modified: trunk/docs/userguide/en/src/main/resources/css/html.css
===================================================================
--- trunk/docs/userguide/en/src/main/resources/css/html.css 2008-07-12 11:17:36 UTC (rev
9553)
+++ trunk/docs/userguide/en/src/main/resources/css/html.css 2008-07-12 15:20:17 UTC (rev
9554)
@@ -19,13 +19,22 @@
text-align:center;
}
-
div.book, div.chapter, div.section{
width:1000px;
margin:0 auto;
text-align:justify;
}
+.docnav li.previous strong, .docnav li.next strong {
+ width: 200px;
+ height:22px;
+}
+.docnav a:hover {
+ cursor:pointer;
+}
+th, td {
+ border: 1px solid #AAAAAA;
+}
#title, ul.docnav{
margin:0 auto;
width:1000px;