You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/09/02 21:15:37 UTC

svn commit: r1519497 [1/4] - in /jena/site/trunk: content/ content/css/ content/img/ content/js/ templates/

Author: rvesse
Date: Mon Sep  2 19:15:36 2013
New Revision: 1519497

URL: http://svn.apache.org/r1519497
Log:
Apply latest website reorg patch from Samuel Croset (JENA-482)

Modified:
    jena/site/trunk/content/css/bootstrap-extension.css
    jena/site/trunk/content/css/bootstrap.css
    jena/site/trunk/content/css/bootstrap.min.css
    jena/site/trunk/content/img/glyphicons-halflings-white.png
    jena/site/trunk/content/img/glyphicons-halflings.png
    jena/site/trunk/content/index.mdtext
    jena/site/trunk/content/js/bootstrap.min.js
    jena/site/trunk/templates/skeleton.html

Modified: jena/site/trunk/content/css/bootstrap-extension.css
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/css/bootstrap-extension.css?rev=1519497&r1=1519496&r2=1519497&view=diff
==============================================================================
--- jena/site/trunk/content/css/bootstrap-extension.css (original)
+++ jena/site/trunk/content/css/bootstrap-extension.css Mon Sep  2 19:15:36 2013
@@ -1,13 +1,15 @@
 .logo-menu {
-	height: 25px;
+	height: 20px;
+	width: 20px;
+	margin-right: 8px;
 }
 
-body {
-	padding-top: 60px;
+.jumbotron {
+	text-align: center;
 }
 
-.hero-unit {
-	text-align: center;
+.btn-jumbotron {
+	margin: 5px;
 }
 
 .overview {