sebasic 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/assets/css/main.css +15 -15
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f0c580da36ff7f3423a2b20e64d82a941a555931b94ac443a646f77ade9ae5c
4
- data.tar.gz: 66b23f752581507171313b51fed921b170b998e1b8b108ec4cc0aafe9b51aafa
3
+ metadata.gz: d60ee4bd1b9221d6dc0a8e932f30d46ced6c2734c973798690569f41a93c86a6
4
+ data.tar.gz: 60d48def2be39d4f915d6c72b71daad377dc55db6638a78ad67ccd01501d54ea
5
5
  SHA512:
6
- metadata.gz: bbbc4f144026c5c0c91bd132c5a631569b881bc66379577b5cb042accb2d9d88a4424f3d1ea61d8e69edb624453cf3ba2fcc7e28231e862059df54d534e9ce6e
7
- data.tar.gz: c0e7f385cd9afcb4c5244c20de5eba2fec025ae947d3d7fb2a7b49476d4bb55909c3d756414645dcdcaffd3a8ccb180bde797059186d5cb1b5387098bf9d5951
6
+ metadata.gz: 7f147fe61690b36c4abb01c1c6ea3f32e92f55019c301275e99ab75306e1313fdbce8544fa7dd44d64e1783331249a8920dd3d5392f0bb0c11cf383161125564
7
+ data.tar.gz: 62b5bda4aad528f36289af40f1faa1ed0441b08ad747953eb187abd1d3a82d2b30be321fe8a6048f1a111152a7bffe5310d1c485512997b1dac83acb03854483
@@ -6,22 +6,22 @@
6
6
  overflow-x: scroll;
7
7
  font-size: 1rem;
8
8
  }
9
-
10
- blockquote {
11
- content = "";
12
- position: absolute;
13
- left: 0;
14
- right: 0;
15
- bottom: 0;
16
- width: 0.5rem;
17
- background: #d3d3d3;
18
- }
19
-
20
- blockquote p {
21
- color: grey;
22
- font-style: italic;
9
+ .content blockquote::before {
10
+ content:"";
11
+ position:absolute;
12
+ left:0;
13
+ top:0;
14
+ bottom:0;
15
+ width:.5rem;
16
+ background:#d3d3d3;
17
+ }
18
+
19
+ .content blockquote {
20
+ position:relative;
21
+ padding-left:2rem;
22
+ color:grey;
23
+ font-style:italic
23
24
  }
24
-
25
25
  /* index list of articles */
26
26
 
27
27
  ul, ol {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sebasic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lewis R