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/08/19 18:19:31 UTC

svn commit: r1515493 [1/5] - in /jena/site/trunk: content/ content/css/ content/download/ content/help_and_support/ content/images/jena-logo/ content/img/ content/js/ templates/

Author: rvesse
Date: Mon Aug 19 16:19:30 2013
New Revision: 1515493

URL: http://svn.apache.org/r1515493
Log:
Apply Samuel Croset's patch for website facelift and reorg (JENA-482)

Added:
    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/images/jena-logo/jena-logo-notext-small.png   (with props)
    jena/site/trunk/content/img/
    jena/site/trunk/content/img/glyphicons-halflings-white.png   (with props)
    jena/site/trunk/content/img/glyphicons-halflings.png   (with props)
    jena/site/trunk/content/js/bootstrap.js
    jena/site/trunk/content/js/bootstrap.min.js
Modified:
    jena/site/trunk/content/download/index.mdtext
    jena/site/trunk/content/help_and_support/index.mdtext
    jena/site/trunk/content/index.mdtext
    jena/site/trunk/templates/skeleton.html

Added: jena/site/trunk/content/css/bootstrap-extension.css
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/css/bootstrap-extension.css?rev=1515493&view=auto
==============================================================================
--- jena/site/trunk/content/css/bootstrap-extension.css (added)
+++ jena/site/trunk/content/css/bootstrap-extension.css Mon Aug 19 16:19:30 2013
@@ -0,0 +1,41 @@
+.logo-menu {
+	height: 25px;
+}
+
+body {
+	padding-top: 60px;
+}
+
+.hero-unit {
+	text-align: center;
+}
+
+.overview {
+	text-align: center;
+}
+
+.overview-feature {
+	background-color: #1a80b9;
+}
+
+.overview-feature h3 {
+	color: #fff;
+}
+
+hr {
+	border-top-width: 3px;
+}
+
+.footer {
+	text-align: center;
+	padding: 30px 0;
+	margin-top: 70px;
+	border-top: 1px solid #e5e5e5;
+	border-bottom: 1px solid #e5e5e5;
+	background-color: #f5f5f5;
+}
+
+.footer p {
+	margin-bottom: 0;
+	color: #777;
+}