Italicize proper thing

This commit is contained in:
Marcin Kulik 2012-03-11 16:16:08 +01:00
parent 2bf3030755
commit fddd33b37d

View File

@ -26,10 +26,6 @@
.player { .player {
margin-bottom: 40px; margin-bottom: 40px;
} }
.description {
font-style: italic;
}
} }
.asciicast-preview { .asciicast-preview {
@ -39,4 +35,8 @@
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
} }
.description {
font-style: italic;
}
} }