increase line hieght for text preview

This commit is contained in:
Tankred Hase 2013-09-04 06:59:46 +02:00
parent af269aac36
commit c09a0dad6e
1 changed files with 2 additions and 5 deletions

View File

@ -60,10 +60,6 @@ body {
width: 100%; width: 100%;
} }
ul {
list-style-type: none;
}
@mixin marked { @mixin marked {
background-color: $blue-color; background-color: $blue-color;
color: $lightgrey-color; color: $lightgrey-color;
@ -136,7 +132,8 @@ body {
} }
.text-preview { .text-preview {
font-size: 0.875em; font-size: 0.875em;
height: 2em; line-height: 1.2em;
height: 2.4em;
overflow: hidden; overflow: hidden;
} }
} }