utopia-project 0.14.2 → 0.15.0
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/lib/utopia/project/document.rb +1 -1
- data/lib/utopia/project/version.rb +1 -1
- data/public/_static/site.css +17 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c0e365f1d79016583ca1eca558712eb3e314953bc74bd6404a399628972b3168
|
|
4
|
+
data.tar.gz: a06103edc45d87120f2c531252f5399884eee051efb7f7b0b7fd6edac4de4d90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bb1887c856a24b2360c1101b1c377eff4c15d7bb3322f8318057815a3ff056c712427a2c70164337987905b58b0bdcaad134cdad4c44ef3baedca4be0fcba85e
|
|
7
|
+
data.tar.gz: 00a55cfb9f18fd62e3e178c3fb183375d5640eedcac3f204957f6582b84a07875b458c8022ebe3bfde8ead2d9791a2905eae8fa6f2554e8d938378ad501e7f20
|
data/public/_static/site.css
CHANGED
|
@@ -240,3 +240,20 @@ figure.youtube-wrapper iframe {
|
|
|
240
240
|
height: 100%;
|
|
241
241
|
border: 0;
|
|
242
242
|
}
|
|
243
|
+
|
|
244
|
+
table {
|
|
245
|
+
width: 100%;
|
|
246
|
+
margin: 1rem;
|
|
247
|
+
|
|
248
|
+
border-collapse: collapse;
|
|
249
|
+
width: calc(100% - 2rem);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
table thead {
|
|
253
|
+
background-color: var(--header-color);
|
|
254
|
+
border-bottom: 0.2rem solid var(--accent-color);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
table tr:hover {
|
|
258
|
+
background-color: var(--header-color);
|
|
259
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: utopia-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.15.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Samuel Williams
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: utopia
|