togostanza 1.2.0 → 1.2.1
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 +4 -4
- data/assets/stanza.css +2 -0
- data/lib/togostanza/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4216f0aa7a48110ec7b496874db278409665c592
|
|
4
|
+
data.tar.gz: 9a26e57307a7eca399717b08572026f3bab3dc49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 655d4479149d1c8a47d219df733cab3695371de8ea163ec0b537837f859907874115a54cf634fbb6419b0e5d074bf5c9f6ee23f16a02d13a59ad7aad034027b3
|
|
7
|
+
data.tar.gz: 842ffddc7fd7541bd2cdb6c1100f762ae9bc7d0cb5e5c479511a4ec0261117e98a32ce75a31025c473ea0584ae3e67fa98f0877114e00ced49f611353edec7f6
|
data/assets/stanza.css
CHANGED
|
@@ -144,6 +144,8 @@ body > div#stanza_buttons {
|
|
|
144
144
|
padding-top: 2px;
|
|
145
145
|
border-top: dashed 1px #ccc;
|
|
146
146
|
/*@include box-shadow(0 1px 2px rgba(0, 0, 0, 0.2), inset 0 10px 8px -8px rgba(0, 0, 0, 0.12));*/
|
|
147
|
+
z-index: 1000;
|
|
148
|
+
position: relative;
|
|
147
149
|
}
|
|
148
150
|
/* line 145, ../sass/stanza.scss */
|
|
149
151
|
#tool_bar a {
|
data/lib/togostanza/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: togostanza
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Keita Urashima
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-12-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|