Przeglądaj źródła

Merge branch 'master' of ssh://gitea.yvvas.com:4022/craft-in-america/vue-wp

tags/0.9.0
J 4 lat temu
rodzic
commit
3ef9cf7518

+ 28
- 14
vue-theme/editor-style.css Wyświetl plik

@@ -3,6 +3,11 @@ body {
3 3
     color: #0d0d0d;
4 4
 }
5 5
 
6
+p{
7
+    line-height: 1.4;
8
+    margin-top: 0;
9
+    margin-bottom: 1em;
10
+}
6 11
 a {
7 12
     color: $cia_grey;
8 13
     /* text-decoration: none,  leave for now to show links underlined */
@@ -19,31 +24,40 @@ a &:hover {
19 24
 } */
20 25
 h1 {
21 26
     font-size: 2.0736em;
22
-    /* margin-top: 0.6em;
23
-    margin-bottom: 0.6em; */
27
+    margin-top: 0.48225em;
28
+    margin-bottom: 0.48225em;
24 29
 }
25 30
 h2 {
26 31
     font-size: 1.728em;
27
-    /* margin-top: 0.8em;
28
-    margin-bottom: 0.8em; */
32
+    margin-top: 0.83333em;
33
+    margin-bottom: 0;
29 34
 }
30 35
 h3{
31 36
     font-size: 1.44em;
32
-    /* margin-top: 1em;
33
-    margin-bottom: 1em; */
37
+    /* margin-top: 1em; */
38
+    margin-bottom: 1em;
34 39
 }
35 40
 h4 {
36 41
     font-size: 1.2em;
37
-    /* margin-top: 1.33em;
38
-    margin-bottom: 1.33em; */
42
+    /* margin-top: 1.33em; */
43
+    margin-bottom: 1.2em;
39 44
 }
40 45
 h5 {
41
-    font-size: 1em;
42
-    /* margin-top: 1.6em;
43
-    margin-bottom: 1.6em; */
46
+    font-size: 1.0em;
47
+    /* margin-top: 1.6em; */
48
+    margin-bottom: 1.44em;
44 49
 }
45 50
 h6 {
46
-    font-size: .83333em;
47
-    /* margin-top: 2em;
48
-    margin-bottom: 2em; */
51
+    font-size: 0.83333em;
52
+    /* margin-top: 2em; */
53
+    margin-bottom: 1.728em;
54
+}
55
+
56
+ul{
57
+    padding: 0;
58
+}
59
+
60
+/* margin to indent marker */
61
+li {
62
+    margin: 0 0 0.57870em 2.0736em !important;
49 63
 }

+ 1
- 1
vue-theme/src/pages/single.vue Wyświetl plik

@@ -297,7 +297,7 @@ export default {
297 297
                     font-weight: bolder
298 298
         /* margin to indent marker */
299 299
         li
300
-            margin: 0 0 $ms-0 $ms-4
300
+            margin: 0 0 $ms--2 $ms-4
301 301
 
302 302
         breadcrumb
303 303
             h5

+ 1
- 1
vue-theme/src/sss/_typography.sss Wyświetl plik

@@ -49,7 +49,7 @@ h1
49 49
 
50 50
 h2
51 51
     font-size: $ms-3
52
-    margin-top: 0.8em
52
+    margin-top: $ms--1
53 53
     /* margin-bottom: $ms--1 */
54 54
 h3
55 55
     font-size: $ms-2

Ładowanie…
Anuluj
Zapisz