Yuki Takei 9 lat temu
rodzic
commit
c892edb5f0
2 zmienionych plików z 6 dodań i 3 usunięć
  1. 2 0
      resource/css/_page_list.scss
  2. 4 3
      resource/css/_wiki.scss

+ 2 - 0
resource/css/_page_list.scss

@@ -25,9 +25,11 @@
 
 
 .page-list, .content-main {
 .page-list, .content-main {
   .page-list-ul {
   .page-list-ul {
+    margin: 0;
     padding-left: 0;
     padding-left: 0;
 
 
     > li {
     > li {
+      margin: 0;
       list-style: none;
       list-style: none;
       color: #666;
       color: #666;
 
 

+ 4 - 3
resource/css/_wiki.scss

@@ -53,7 +53,7 @@ div.body {
 
 
 .wiki {
 .wiki {
   line-height: 1.8em;
   line-height: 1.8em;
-  font-size: 14px;
+  font-size: 15px;
 
 
   h1, h2, h3, h4, h5, h6 {
   h1, h2, h3, h4, h5, h6 {
     margin-top: 1.6em;
     margin-top: 1.6em;
@@ -65,6 +65,7 @@ div.body {
   }
   }
 
 
   h1 {
   h1 {
+    margin-top: 2em;
     padding-bottom: 0.3em;
     padding-bottom: 0.3em;
     font-size: 1.8em;
     font-size: 1.8em;
     border-bottom: solid 1px #ccc;
     border-bottom: solid 1px #ccc;
@@ -91,7 +92,7 @@ div.body {
 
 
   p {
   p {
     font-weight: normal;
     font-weight: normal;
-    margin: 20px 0;
+    margin: 15px 0;
   }
   }
   blockquote {
   blockquote {
     font-size: .9em;
     font-size: .9em;
@@ -146,7 +147,7 @@ div.body {
     margin: 20px 0;
     margin: 20px 0;
 
 
     li {
     li {
-      margin: 10px 0;
+      margin: 5px 0;
       line-height: 1.8em;
       line-height: 1.8em;
     }
     }