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/15 21:11:07 UTC

svn commit: r1373575 - /shiro/site-template/src/main/webapp/template.html

Author: lhazlewood
Date: Wed Aug 15 19:11:07 2012
New Revision: 1373575

URL: http://svn.apache.org/viewvc?rev=1373575&view=rev
Log:
Updating template to include a proper CSS reset

Modified:
    shiro/site-template/src/main/webapp/template.html

Modified: shiro/site-template/src/main/webapp/template.html
URL: http://svn.apache.org/viewvc/shiro/site-template/src/main/webapp/template.html?rev=1373575&r1=1373574&r2=1373575&view=diff
==============================================================================
--- shiro/site-template/src/main/webapp/template.html (original)
+++ shiro/site-template/src/main/webapp/template.html Wed Aug 15 19:11:07 2012
@@ -39,6 +39,7 @@
 
     <link rel="icon" type="image/vnd.microsoft.icon" href="$assets/images/favicon.ico">
 
+    <link rel="stylesheet" type="text/css" href="https://raw.github.com/necolas/normalize.css/master/normalize.css"/>
     <link rel="stylesheet" type="text/css" href="$assets/css/confluence.css" media="screen">
     <link rel="stylesheet" type="text/css" href="$assets/css/style.css"/>