Просмотр исходного кода

Merge pull request #30 from weseek/rc/1.0.x

merge rc/1.0.x into release
Yuki Takei 9 лет назад
Родитель
Сommit
1c02003d41
3 измененных файлов с 9 добавлено и 5 удалено
  1. 1 1
      README.md
  2. 1 1
      package.json
  3. 7 3
      resource/css/_page_list.scss

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 ![Crowi](http://res.cloudinary.com/hrscywv4p/image/upload/c_limit,f_auto,h_900,q_80,w_1200/v1/199673/https_www_filepicker_io_api_file_VpYEP32ZQyCZ85u6XCXo_zskpra.png)
 
 <p align="center">
-  <a href="https://heroku.com/deploy?template=https://github.com/weseek/crowi-plus/tree/v1.0.2"><img src="https://www.herokucdn.com/deploy/button.png"></a>
+  <a href="https://heroku.com/deploy?template=https://github.com/weseek/crowi-plus/tree/v1.0.3"><img src="https://www.herokucdn.com/deploy/button.png"></a>
 </p>
 
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "crowi-plus",
-  "version": "1.0.2-RC",
+  "version": "1.0.3-RC",
   "description": "Enhanced Crowi",
   "tags": [
     "wiki",

+ 7 - 3
resource/css/_page_list.scss

@@ -29,7 +29,8 @@
 
     > li {
       list-style: none;
-      line-height: 1.8em;
+      line-height: 1.4em;
+      font-size: 1.7rem;
       color: #666;
 
       .page-list-option {
@@ -45,7 +46,6 @@
       > a {
         display: inline;
         padding: 0 4px;
-        font-size: 1.1em;
         color: inherit;
 
         strong {
@@ -56,12 +56,16 @@
       > span.page-list-meta {
         font-size: .9em;
         color: #999;
+
+        >span {
+          margin-right: .3rem;
+        }
       }
     }
 
     // after second level indent
     .page-list-ul {
-      padding-left: 1rem;
+      padding-left: 2rem;
     }
 
     // override .page-list-ul