You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2012/12/17 17:38:42 UTC

svn commit: r1423013 [3/3] - in /bval/cms-site/trunk: content/resources/css/ content/resources/images/ templates/

Propchange: bval/cms-site/trunk/content/resources/css/bootstrap.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: bval/cms-site/trunk/content/resources/images/bval-bean-small.png
URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/content/resources/images/bval-bean-small.png?rev=1423013&view=auto
==============================================================================
Binary file - no diff available.

Propchange: bval/cms-site/trunk/content/resources/images/bval-bean-small.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: bval/cms-site/trunk/content/resources/images/logo.png
URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/content/resources/images/logo.png?rev=1423013&r1=1423012&r2=1423013&view=diff
==============================================================================
Binary files - no diff available.

Modified: bval/cms-site/trunk/templates/std.html
URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/templates/std.html?rev=1423013&r1=1423012&r2=1423013&view=diff
==============================================================================
--- bval/cms-site/trunk/templates/std.html (original)
+++ bval/cms-site/trunk/templates/std.html Mon Dec 17 16:38:38 2012
@@ -34,14 +34,14 @@ under the License. 
   <META name="DC.Rights" content="Copyright � 2010-2012, The Apache Software Foundation" />
 
   <!-- Le styles -->
-  <link href="{{base}}resources/css/bootstrap.min.css" rel="stylesheet">
+  <link href="{{base}}resources/css/bootstrap.css" rel="stylesheet">
   <style type="text/css">
     body {
       padding-top: 60px;
       padding-bottom: 40px;
     }
   </style>
-  <link href="{{base}}resources/css/bootstrap-responsive.min.css" rel="stylesheet">
+  <link href="{{base}}resources/css/bootstrap-responsive.css" rel="stylesheet">
   <link href="{{base}}resources/css/bval.css" rel="stylesheet">
 
   <!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
@@ -68,7 +68,7 @@ under the License. 
           <span class="icon-bar"></span>
           <span class="icon-bar"></span>
         </a>
-        <a class="brand" href="{{base}}index.html">Apache BVal</a>
+        <a class="brand" href="{{base}}index.html"><img src="{{base}}/resources/images/bval-bean-small.png" alt="Apache BVal" title="Apache BVal" /></a>
         <div class="nav-collapse collapse">
           <ul class="nav">
             <li><a href="{{base}}downloads.html">Downloads</a></li>
@@ -102,7 +102,7 @@ under the License. 
             </li>
             <li class="dropdown">
               <a href="#" class="dropdown-toggle" data-toggle="dropdown">
-                <img src="{{base}}resources/images/feather-small.png" alt="Apache" /> <b class="caret"></b></a>
+                <img src="{{base}}resources/images/feather-small.png" alt="Apache" title="Apache" /> <b class="caret"></b></a>
               <ul class="dropdown-menu pull-right">
                 <li><a href="http://www.apache.org">Home</a></li>
                 <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>