You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2011/01/12 16:05:20 UTC

svn commit: r1058168 - /incubator/jena/site/trunk/content/jena/css/jena.css

Author: ijd
Date: Wed Jan 12 15:05:20 2011
New Revision: 1058168

URL: http://svn.apache.org/viewvc?rev=1058168&view=rev
Log:
CSS styling updates

Modified:
    incubator/jena/site/trunk/content/jena/css/jena.css

Modified: incubator/jena/site/trunk/content/jena/css/jena.css
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/css/jena.css?rev=1058168&r1=1058167&r2=1058168&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/css/jena.css (original)
+++ incubator/jena/site/trunk/content/jena/css/jena.css Wed Jan 12 15:05:20 2011
@@ -15,8 +15,8 @@ a:visited {
 }
 
 a:hover {
- color: #ccf;
- background-color: #339;
+ color: #ddf;
+ background-color: #6badff;
 }
 
 h1,h2,h3,h4,h5,h6 {
@@ -128,3 +128,9 @@ h1,h2,h3,h4,h5,h6 {
   padding: 0 8px;
 }
 
+/* definition lists */
+dd {}
+dl {}
+dt {
+  display: inline;
+}
\ No newline at end of file