rollout_admin 0.0.4 → 0.0.5
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.
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
html, body {
|
|
24
|
-
background: url(
|
|
24
|
+
background: url(main_bg.jpg);
|
|
25
25
|
font-family: 'Roboto Condensed', sans-serif;
|
|
26
26
|
font-size: 12px;
|
|
27
27
|
color: @white;
|
|
@@ -33,7 +33,7 @@ header {
|
|
|
33
33
|
display: block;
|
|
34
34
|
height: 60px;
|
|
35
35
|
box-shadow: 0 0 30px @darkblue;
|
|
36
|
-
background: url(
|
|
36
|
+
background: url(head_bg.jpg);
|
|
37
37
|
border-bottom: 5px solid @blue;
|
|
38
38
|
width: 100%;
|
|
39
39
|
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rollout_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-02-
|
|
12
|
+
date: 2013-02-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -179,7 +179,9 @@ files:
|
|
|
179
179
|
- test/dummy/config/routes.rb
|
|
180
180
|
- test/dummy/config.ru
|
|
181
181
|
- test/dummy/db/development.sqlite3
|
|
182
|
+
- test/dummy/db/test.sqlite3
|
|
182
183
|
- test/dummy/log/development.log
|
|
184
|
+
- test/dummy/log/test.log
|
|
183
185
|
- test/dummy/public/404.html
|
|
184
186
|
- test/dummy/public/422.html
|
|
185
187
|
- test/dummy/public/500.html
|
|
@@ -343,7 +345,9 @@ test_files:
|
|
|
343
345
|
- test/dummy/config/routes.rb
|
|
344
346
|
- test/dummy/config.ru
|
|
345
347
|
- test/dummy/db/development.sqlite3
|
|
348
|
+
- test/dummy/db/test.sqlite3
|
|
346
349
|
- test/dummy/log/development.log
|
|
350
|
+
- test/dummy/log/test.log
|
|
347
351
|
- test/dummy/public/404.html
|
|
348
352
|
- test/dummy/public/422.html
|
|
349
353
|
- test/dummy/public/500.html
|