From 7bca73e73acf7745df29103b0da87b9c180635cb Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 26 Nov 2012 17:59:59 -0800
Subject: [PATCH] Add version number to web page header

---
 doc/html/header.txt      | 2 ++
 doc/html/linuxstyles.css | 7 +++++++
 2 files changed, 9 insertions(+)

diff --git a/doc/html/header.txt b/doc/html/header.txt
index 6f7dce960ac..9fb344d7249 100644
--- a/doc/html/header.txt
+++ b/doc/html/header.txt
@@ -30,6 +30,8 @@ Linux clusters, high-performance computing, Livermore Computing">
 <div id="navigation">
 <a href="slurm.shtml"><img class="displayed" src="slurm_logo.png" width="130" usemap="#Map"></a>
 
+<div id="version">Version 2.5</div>
+
 <h2>About</h2>
 <ul>
 	  <li><a href="overview.shtml" class="nav">Overview</a></li>
diff --git a/doc/html/linuxstyles.css b/doc/html/linuxstyles.css
index 20b63e7f6de..679a13e3555 100644
--- a/doc/html/linuxstyles.css
+++ b/doc/html/linuxstyles.css
@@ -161,6 +161,13 @@ IMG.displayed {
   padding: 0px 5px 0px 10px;
 }
 
+#version {
+  text-align: center;
+  font-size: 150%;
+  font-weight:bold;
+  color: #066cb2;
+}
+
 .figcaption {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   text-align: left;
-- 
GitLab