You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/01/28 02:27:57 UTC

svn commit: r903927 - /subversion/site/publish/style/site.css

Author: cmpilato
Date: Thu Jan 28 01:27:57 2010
New Revision: 903927

URL: http://svn.apache.org/viewvc?rev=903927&view=rev
Log:
* site/publish/style/site.css
  (:target): New style def.

Modified:
    subversion/site/publish/style/site.css

Modified: subversion/site/publish/style/site.css
URL: http://svn.apache.org/viewvc/subversion/site/publish/style/site.css?rev=903927&r1=903926&r2=903927&view=diff
==============================================================================
--- subversion/site/publish/style/site.css (original)
+++ subversion/site/publish/style/site.css Thu Jan 28 01:27:57 2010
@@ -140,6 +140,9 @@
 ** Other Customizations
 */
 
+:target {
+  border: 1px solid blue;
+}
 .notice {
   background-color: yellow;
   margin: 0.5em 5em;