FIX: move whisper styling to common

This commit is contained in:
Régis Hanol 2015-09-12 20:44:20 +02:00
parent 4252a2ee1e
commit 1e739e8c96
2 changed files with 9 additions and 9 deletions

View File

@ -317,3 +317,12 @@ table.md-table {
clear: both;
}
.whisper {
.topic-body {
.cooked {
font-style: italic;
color: dark-light-diff($primary, $secondary, 55%, -40%);
}
}
}

View File

@ -582,15 +582,6 @@ a.mention {
}
}
.whisper {
.topic-body {
.cooked {
font-style: italic;
color: dark-light-diff($primary, $secondary, 55%, -40%);
}
}
}
#share-link {
width: 365px;
margin-left: -4px;