rails_layout 0.1.8 → 0.1.9
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8e711b4ae92d424e6f9bb42f34e6e4bbf54561e
|
|
4
|
+
data.tar.gz: 28bd30053cf83abfff3d74dbb510e40e9dfeb25c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b48c07291a144559e6e660f030932300cf5f9f65dc28f2ca1a9b76f0233e19e4eb5847914e335c2eea2e72c8d2dbfec134d93e744cb9cc3b4e6fbc5b6bd46800
|
|
7
|
+
data.tar.gz: c950ba8a30ec3f48ec89477ac481cb75368ffef59a6b79d0532868d48112ab2c17f5889021311214a918c4b461421524247d37b44395cb5358810ca5f949da67
|
data/CHANGELOG.textile
CHANGED
|
@@ -20,7 +20,7 @@ ul.nav li a {
|
|
|
20
20
|
text-decoration: none;
|
|
21
21
|
text-shadow: 0 1px 0 white;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
.flash_notice, .flash_alert {
|
|
24
24
|
padding: 8px 35px 8px 14px;
|
|
25
25
|
margin-bottom: 20px;
|
|
26
26
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
@@ -32,12 +32,12 @@ ul.nav li a {
|
|
|
32
32
|
font-size: 14px;
|
|
33
33
|
line-height: 20px;
|
|
34
34
|
}
|
|
35
|
-
|
|
35
|
+
.flash_notice {
|
|
36
36
|
background-color: #dff0d8;
|
|
37
37
|
border-color: #d6e9c6;
|
|
38
38
|
color: #468847;
|
|
39
39
|
}
|
|
40
|
-
|
|
40
|
+
.flash_alert {
|
|
41
41
|
background-color: #f2dede;
|
|
42
42
|
border-color: #eed3d7;
|
|
43
43
|
color: #b94a48;
|
data/lib/rails_layout/version.rb
CHANGED