You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by at...@apache.org on 2011/04/29 10:15:15 UTC

svn commit: r1097722 - /incubator/rave/site/trunk/content/rave/css/rave.css

Author: ate
Date: Fri Apr 29 08:15:14 2011
New Revision: 1097722

URL: http://svn.apache.org/viewvc?rev=1097722&view=rev
Log:
Fixing image border style to none

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

Modified: incubator/rave/site/trunk/content/rave/css/rave.css
URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/content/rave/css/rave.css?rev=1097722&r1=1097721&r2=1097722&view=diff
==============================================================================
--- incubator/rave/site/trunk/content/rave/css/rave.css (original)
+++ incubator/rave/site/trunk/content/rave/css/rave.css Fri Apr 29 08:15:14 2011
@@ -39,6 +39,8 @@ a:hover {
  background-color: #e6ebed;
 }
 
+a img { border: none; }
+
 h1,h2,h3,h4,h5,h6 {
   color: #193240;
   text-transform:uppercase;