cypher-rack-dickbarblocker 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.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 1
4
- :patch: 1
4
+ :patch: 2
@@ -15,6 +15,19 @@ module Rack
15
15
  <head>
16
16
  <meta charset="UTF-8" />
17
17
  <title>Say no to the DiggBar</title>
18
+ <style type="text/css">
19
+ body {
20
+ font-family: "Lucida Grande";
21
+ font-size: 12px;
22
+ line-height: 1.8em;
23
+ }
24
+ /* I am no CSS master, but this seems to center the text on the page */
25
+ p {
26
+ margin-left: auto;
27
+ margin-right: auto;
28
+ width: 32em;
29
+ }
30
+ </style>
18
31
  </head>
19
32
  <body>
20
33
  <p>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cypher-rack-dickbarblocker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Prinz