We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4cdd5 commit ec9cdc1Copy full SHA for ec9cdc1
application/static/css/scribeui.css
@@ -43,6 +43,10 @@ a{
43
44
padding-top: 10px;
45
}
46
+.faded{
47
+ color:#a9a9a9;
48
+ font-size:0.9em;
49
+}
50
51
.title-left {
52
position: relative;
application/templates/index.html
@@ -3,7 +3,7 @@
3
<head>
4
5
<meta charset="utf-8">
6
- <title>ScribeUI</title>
+ <title>ScribeUI v0.1</title>
7
8
<link rel="stylesheet" href="static/css/reset.css">
9
<link rel="stylesheet" href="static/css/jquery/css/scribeui/scribeui.css">
@@ -43,7 +43,7 @@
<!-- Header-->
<div class="navbar">
- <div id="title" class="title title-left">ScribeUI</div>
+ <div id="title" class="title title-left">ScribeUI <span class="faded">v0.1</span></div>
<div id="info" class="title title-right"></div>
</div>
0 commit comments