Skip to content

Commit ec9cdc1

Browse files
committed
Added version number to title
1 parent ea4cdd5 commit ec9cdc1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

application/static/css/scribeui.css

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ a{
4343

4444
padding-top: 10px;
4545
}
46+
.faded{
47+
color:#a9a9a9;
48+
font-size:0.9em;
49+
}
4650

4751
.title-left {
4852
position: relative;

application/templates/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44

55
<meta charset="utf-8">
6-
<title>ScribeUI</title>
6+
<title>ScribeUI v0.1</title>
77

88
<link rel="stylesheet" href="static/css/reset.css">
99
<link rel="stylesheet" href="static/css/jquery/css/scribeui/scribeui.css">
@@ -43,7 +43,7 @@
4343

4444
<!-- Header-->
4545
<div class="navbar">
46-
<div id="title" class="title title-left">ScribeUI</div>
46+
<div id="title" class="title title-left">ScribeUI <span class="faded">v0.1</span></div>
4747
<div id="info" class="title title-right"></div>
4848
</div>
4949

0 commit comments

Comments
 (0)