rehearsal 1.3.2 → 1.3.3

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.
@@ -1,3 +1,3 @@
1
1
  module Rehearsal
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
@@ -0,0 +1,27 @@
1
+ #rehearsal-banner {
2
+ padding: 10px;
3
+ margin: 0;
4
+ text-align: center;
5
+ background: #C00000;
6
+ color: #fff;
7
+ font: bold 14px "Helvetica Neue", Helvetica, sans-serif;
8
+ position: relative;
9
+ z-index: 9999;
10
+ border-bottom: 1px solid #7c0000;
11
+ text-shadow: 0 1px 1px #6b0000;
12
+
13
+ .admin-link {
14
+ position: absolute;
15
+ right: 10px;
16
+ top: 5px;
17
+ font-size: 16px;
18
+ background: white;
19
+ padding: 5px 10px;
20
+ border-radius: 3px;
21
+ color: #36393D;
22
+ text-shadow: none;
23
+ &:hover {
24
+ background: #eee;
25
+ }
26
+ }
27
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rehearsal
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -48,6 +48,7 @@ files:
48
48
  - lib/rehearsal/version.rb
49
49
  - lib/rehearsal/view_helpers.rb
50
50
  - rehearsal.gemspec
51
+ - vendor/assets/stylesheets/rehearsal.css.scss
51
52
  homepage: ''
52
53
  licenses: []
53
54
  post_install_message: