This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
abp
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Show version number in browser
master
Pete Shadbolt
8 years ago
parent
65c385e749
commit
d91ea156dc
3 changed files
with
15 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.bumpversion.cfg
+2
-0
abp/static/index.html
+11
-0
abp/static/main.css
+ 2
- 0
.bumpversion.cfg
View File
@@ -7,3 +7,5 @@ tag = True
[bumpversion:file:doc/conf.py]
[bumpversion:file:abp/static/index.html]
+ 2
- 0
abp/static/index.html
View File
@@ -25,6 +25,8 @@
<div id=node_info class=hidden> nothing </div>
<div id=server_info class=hidden> </div>
<div id=version>Version 0.4.18</div>
<div id=node_data class=hidden>
<div id=node_name></div>
<ul>
+ 11
- 0
abp/static/main.css
View File
@@ -41,6 +41,17 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam
font-size: 9pt;
}
#version {
color:black;
padding: 10px;
font-family:"courier new";
position: absolute;
bottom: 10px;
left: 10px;
font-size: 9pt;
}
ul {
list-style-type: none;
Write
Preview
Loading…
Cancel
Save