ecm_cms 1.0.1.pre → 1.0.2.pre
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,11 @@
|
|
1
1
|
body.active_admin textarea#ecm_cms_page_body, body.active_admin textarea#ecm_cms_template_body, body.active_admin textarea#ecm_cms_partial_body {
|
2
2
|
font-family: Consolas, Monaco,Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
|
3
3
|
}
|
4
|
+
|
5
|
+
.active_admin pre {
|
6
|
+
white-space: pre-wrap !important; /* css-3 */
|
7
|
+
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
|
8
|
+
white-space: -pre-wrap !important; /* Opera 4-6 */
|
9
|
+
white-space: -o-pre-wrap !important; /* Opera 7 */
|
10
|
+
}
|
11
|
+
|
data/lib/ecm/cms/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ecm_cms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 961915996
|
5
5
|
prerelease: 6
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 0
|
9
|
-
-
|
9
|
+
- 2
|
10
10
|
- pre
|
11
|
-
version: 1.0.
|
11
|
+
version: 1.0.2.pre
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Roberto Vasquez Angel
|
@@ -16,7 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2013-03-
|
19
|
+
date: 2013-03-20 00:00:00 Z
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
22
22
|
name: rails
|