浏览代码

CSS tweaks

Robert Carnecky 10 年前
父节点
当前提交
05e0cea1d0
共有 1 个文件被更改,包括 3 次插入10 次删除
  1. 3
    10
      generator/css/cards.css

+ 3
- 10
generator/css/cards.css 查看文件

158
     font-weight: normal;
158
     font-weight: normal;
159
     letter-spacing: 1px;
159
     letter-spacing: 1px;
160
     margin: 0;
160
     margin: 0;
161
-    margin-bottom: 0.3em;
161
+    margin-bottom: -0.2em;
162
     border-color: inherit;
162
     border-color: inherit;
163
 }
163
 }
164
 
164
 
168
 
168
 
169
 .card-fill {flex:1;}
169
 .card-fill {flex:1;}
170
 
170
 
171
-.card-ruler + .card-description-line {
172
-    margin-top: 0.5em;
173
-}
174
-
175
 .card-description-line {
171
 .card-description-line {
176
-    margin-bottom: 0.5em;
172
+    margin-top: 0.5em;
173
+    margin-bottom: 0.0em;
177
     font-size: inherit;
174
     font-size: inherit;
178
     color: black;
175
     color: black;
179
 }
176
 }
209
     margin-bottom: 0;
206
     margin-bottom: 0;
210
     margin-top: 0;
207
     margin-top: 0;
211
     font-size: inherit;
208
     font-size: inherit;
212
-}
213
-
214
-.card-element:last-of-type{
215
-    margin-bottom: 0;
216
 }
209
 }

正在加载...
取消
保存