You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2008/11/29 20:07:09 UTC

svn commit: r721705 - in /incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH: ChangeLog src/com/ecyrd/jspwiki/Release.java src/webdocs/templates/default/jspwiki.css

Author: brushed
Date: Sat Nov 29 11:07:09 2008
New Revision: 721705

URL: http://svn.apache.org/viewvc?rev=721705&view=rev
Log:
v2.8.1-svn-17 :    
        * [JSPWIKI-288] CSS fix for the rendering of hash-links.

Modified:
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
    incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog?rev=721705&r1=721704&r2=721705&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/ChangeLog Sat Nov 29 11:07:09 2008
@@ -1,3 +1,9 @@
+2008-11-29  Dirk Frederickx <di...@gmail.com>
+
+        * 2.8.1-svn-17 
+        
+        * [JSPWIKI-288] CSS fix for the rendering of hash-links.
+ 
 2008-11-21  Janne Jalkanen <ja...@apache.org>
 
         * 2.8.1, first release candidate build.

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java?rev=721705&r1=721704&r2=721705&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/com/ecyrd/jspwiki/Release.java Sat Nov 29 11:07:09 2008
@@ -57,7 +57,7 @@
      *  <p>
      *  If the POSTFIX is empty, it is not added to the version string.
      */
-    private static final String    POSTFIX       = "";
+    private static final String    POSTFIX       = "svn";
 
     /** The JSPWiki major version. */
     public static final int        VERSION       = 2;
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "";
+    public static final String     BUILD         = "17";
     
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css
URL: http://svn.apache.org/viewvc/incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css?rev=721705&r1=721704&r2=721705&view=diff
==============================================================================
--- incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css (original)
+++ incubator/jspwiki/branches/JSPWIKI_2_8_BRANCH/src/webdocs/templates/default/jspwiki.css Sat Nov 29 11:07:09 2008
@@ -179,25 +179,29 @@
 	line-height:1.2;
 }
 h2 { font-size: 150%; }
-h2 .editsection, h2 .hashlink { font-size: 67%; padding-left:1em;}
+h2 .editsection, h2 .hashlink { font-size: 67%; }
 h3 { font-size: 132%; }
-h3 .editsection, h3 .hashlink { font-size: 76%; padding-left:1em;}
+h3 .editsection, h3 .hashlink { font-size: 76%; }
 h4 { font-size: 116%; }
-h4 .editsection, h4 .hashlink { font-size: 86%; padding-left:1em;}
-.editsection {
+h4 .editsection, h4 .hashlink { font-size: 86%; }
+a.editsection, a.hashlink {	
 	font-weight:normal;
 	line-height:1.2;
-}
-.editsection a {
 	padding:0.25em;
 	text-decoration:none;
-	color:grey; /*transparent*/
-	/*background:url('images/pencil.png') no-repeat center;*/
+	color:grey; 
 }
-.editsection a:hover {
+a.editsection:hover, a.hashlink:hover {
 	background-color:#eee;
-	color:blue;
+	color:blue !important;
+}
+h2:hover a.hashlink, h3:hover a.hashlink, h4:hover a.hashlink {
+	color: #ccc;
+}
+a.hashlink {
+	color:white; /* tranparent nok in ie -- use background color */
 }
+
 b, i {
 	color:inherit;
 }
@@ -348,17 +352,7 @@
 a.infolink img {
 	display:none;
 }*/
-/* hashlink */
-a.hashlink {
-	color:transparent;
-	line-height:1.2;
-	padding:0.25em;
-	text-decoration:none;
-}
-a.hashlink:hover {
-	background-color:#eee;
-	color:blue;
-}
+
 /* +++ 260 Image styles +++ */
 img {
 	border:none;