Skip to content
Snippets Groups Projects
Commit 7bca73e7 authored by Morris Jette's avatar Morris Jette
Browse files

Add version number to web page header

parent a6875f55
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,8 @@ Linux clusters, high-performance computing, Livermore Computing"> ...@@ -30,6 +30,8 @@ Linux clusters, high-performance computing, Livermore Computing">
<div id="navigation"> <div id="navigation">
<a href="slurm.shtml"><img class="displayed" src="slurm_logo.png" width="130" usemap="#Map"></a> <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> <h2>About</h2>
<ul> <ul>
<li><a href="overview.shtml" class="nav">Overview</a></li> <li><a href="overview.shtml" class="nav">Overview</a></li>
......
...@@ -161,6 +161,13 @@ IMG.displayed { ...@@ -161,6 +161,13 @@ IMG.displayed {
padding: 0px 5px 0px 10px; padding: 0px 5px 0px 10px;
} }
#version {
text-align: center;
font-size: 150%;
font-weight:bold;
color: #066cb2;
}
.figcaption { .figcaption {
font-family: Arial, Verdana, Helvetica, sans-serif; font-family: Arial, Verdana, Helvetica, sans-serif;
text-align: left; text-align: left;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment