vrowser 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
@@ -51,6 +51,12 @@ h1{
51
51
  padding: 0;margin: 0;
52
52
  }
53
53
 
54
+ h1 > a{
55
+ font-size: 60%;
56
+ color: blue;
57
+ text-decoration: none;
58
+ }
59
+
54
60
  h2{
55
61
  border: solid;
56
62
  border-color: gray;
@@ -15,7 +15,7 @@
15
15
 
16
16
  <body>
17
17
  <section>
18
- <h1 id="subject">Vrowser</h1>
18
+ <h1 id="subject">Vrowser <a href="https://github.com/kimoto/vrowser/">(source)</a></h1>
19
19
  <table id="servers" class="display">
20
20
  <thead>
21
21
  <tr>
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - kimoto