You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by lh...@apache.org on 2012/08/14 22:34:08 UTC

svn commit: r1373066 - in /shiro/site-template/src/main/webapp/static/assets: css/style.css images/download.png images/download_old.png

Author: lhazlewood
Date: Tue Aug 14 20:34:08 2012
New Revision: 1373066

URL: http://svn.apache.org/viewvc?rev=1373066&view=rev
Log:
Minor image name change to prevent conflict w/ updated image yet to be checked in.

Added:
    shiro/site-template/src/main/webapp/static/assets/images/download_old.png   (props changed)
      - copied unchanged from r1373065, shiro/site-template/src/main/webapp/static/assets/images/download.png
Removed:
    shiro/site-template/src/main/webapp/static/assets/images/download.png
Modified:
    shiro/site-template/src/main/webapp/static/assets/css/style.css

Modified: shiro/site-template/src/main/webapp/static/assets/css/style.css
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/static/assets/css/style.css?rev=1373066&r1=1373065&r2=1373066&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/static/assets/css/style.css (original)
+++ shiro/site-template/src/main/webapp/static/assets/css/style.css Tue Aug 14 20:34:08 2012
@@ -247,7 +247,7 @@ a:hover {
 }
 
 #download .filename {
-    background: url("../images/download.png") no-repeat center 0 transparent;
+    background: url("../images/download_old.png") no-repeat center 0 transparent;
     display: block;
     font-size: 18px;
     line-height: 22px;

Propchange: shiro/site-template/src/main/webapp/static/assets/images/download_old.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream