Change to using SCSS instead of inline CSS

This commit is contained in:
Tom Price
2015-05-26 00:40:45 +01:00
parent d7d2a647d7
commit 25f301bc8f
4 changed files with 7 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -17,7 +17,9 @@ body, .pad-top {
#userdropdown > li {
padding: 0 0.3em;
}
#userdropdown > li, #activity {
.media-object {
max-width: 3em;
}