cypher-rack-dickbarblocker 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/VERSION.yml +1 -1
- data/lib/rack/contrib/dick_bar_blocker.rb +13 -0
- metadata +1 -1
data/VERSION.yml
CHANGED
@@ -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>
|