From 8c5d72248c20fc78c7b2c1d4388d073affccad20 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 30 Sep 2011 23:58:26 -0400
Subject: [PATCH] Login message option. More Bootstrap updates. All docs converted.

---
 docs/site_header.html |   33 +++++++++++++++++++++------------
 1 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/docs/site_header.html b/docs/site_header.html
index 6365117..86aae41 100644
--- a/docs/site_header.html
+++ b/docs/site_header.html
@@ -2,7 +2,8 @@
 <html>
 	<head>
 		<title>Gitblit</title>
-		<link rel="stylesheet" type="text/css" href="./gitblit.css"/>
+		<link rel="stylesheet" type="text/css" href="./bootstrap.130.css"/>
+		<link rel="stylesheet" type="text/css" href="./bootstrap.gb.css"/>
 		<link rel="stylesheet" type="text/css" href="./markdown.css"/>
 		<link rel="shortcut icon" type="image/png" href="./gitblt-favicon.png" />
 		<meta name="ROBOTS" content="INDEX">
@@ -33,15 +34,23 @@
 		
 		<!-- ANALYTICS -->
 	</head>
-	<body style="width:900px"  onload="prettyPrint()">
-		<a href="http://github.com/gitblit"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/30f550e0d38ceb6ef5b81500c64d970b7fb0f028/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub"></a>
-		<div class="page_header">
-			<a title="gitblit homepage" href="http://gitblit.com/">
-				<img src="./gitblt_25.png" width="79" height="25" alt="gitblit" class="logo"/>
-			</a>
-			<span style="color:black;">{0}</span>
-			<!-- Google Plus One -->
-			<g:plusone></g:plusone>
+	<body style="padding-top:40px;"  onload="prettyPrint()">
+		<div class="topbar">
+			<div class="fill">
+				<div class="container">
+					<a class="brand" href="http://gitblit.com" title="gitblit homepage">
+						<img src="gitblt_25_white.png" width="79" height="25" alt="gitblit" class="logo"/>
+					</a>
+		
+					<!-- Google Plus One -->
+					<g:plusone></g:plusone>
+		
+					<ul class="nav">
+						{1}		
+					</ul>
+				</div>
+			</div>
 		</div>
-		<div class="page_nav">{1}</div>
-		<div class="markdown">
\ No newline at end of file
+		<div class="container">
+			<div class="content">
+				<div class="markdown">
\ No newline at end of file

--
Gitblit v1.9.1