You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/08/19 18:20:18 UTC

svn commit: r875351 [2/29] - in /websites/staging/jena/trunk/content: ./ about_jena/ css/ documentation/ documentation/assembler/ documentation/inference/ documentation/io/ documentation/javadoc/ documentation/larq/ documentation/notes/ documentation/o...

Added: websites/staging/jena/trunk/content/css/bootstrap-extension.css
==============================================================================
--- websites/staging/jena/trunk/content/css/bootstrap-extension.css (added)
+++ websites/staging/jena/trunk/content/css/bootstrap-extension.css Mon Aug 19 16:20:16 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;
+}