You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ja...@apache.org on 2012/03/27 08:21:35 UTC

svn commit: r1305743 - in /rave/site/trunk: content/images/RAVE-favicon.ico templates/skeleton.html

Author: jasha
Date: Tue Mar 27 06:21:34 2012
New Revision: 1305743

URL: http://svn.apache.org/viewvc?rev=1305743&view=rev
Log:
Use proper 16x16 favicon instead of huge 512x512 image

Added:
    rave/site/trunk/content/images/RAVE-favicon.ico   (with props)
Modified:
    rave/site/trunk/templates/skeleton.html

Added: rave/site/trunk/content/images/RAVE-favicon.ico
URL: http://svn.apache.org/viewvc/rave/site/trunk/content/images/RAVE-favicon.ico?rev=1305743&view=auto
==============================================================================
Binary file - no diff available.

Propchange: rave/site/trunk/content/images/RAVE-favicon.ico
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: rave/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/rave/site/trunk/templates/skeleton.html?rev=1305743&r1=1305742&r2=1305743&view=diff
==============================================================================
--- rave/site/trunk/templates/skeleton.html (original)
+++ rave/site/trunk/templates/skeleton.html Tue Mar 27 06:21:34 2012
@@ -18,7 +18,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-  <link rel="shortcut icon" href="/images/RAVE-icon.ico" type="image/x-icon" />
+  <link rel="shortcut icon" href="/images/RAVE-favicon.ico" type="image/x-icon" />
   <link href="/css/rave.css" rel="stylesheet" type="text/css">
   <title>{% block title %}{{ headers.title }}{% endblock %}</title>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">