diff options
author | marijus <mario@mariovavti.com> | 2014-05-08 13:44:43 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-08 13:44:43 +0200 |
commit | 8144498803a589f9179dea556acc8332381a93af (patch) | |
tree | 1c075eee98762ee724beffdd36a700ddbcbe5503 /view/theme/redbasic | |
parent | 1a4c99ec0232899ac791fdac7d9a509048f94ec5 (diff) | |
download | volse-hubzilla-8144498803a589f9179dea556acc8332381a93af.tar.gz volse-hubzilla-8144498803a589f9179dea556acc8332381a93af.tar.bz2 volse-hubzilla-8144498803a589f9179dea556acc8332381a93af.zip |
like indicator rewrite
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index a8baa4877..847d123eb 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1370,10 +1370,6 @@ brain is weird like that */ .tagged { background-position: -48px -48px; } .yellow { background-position: -64px -48px; } -.starred { - color: gold; -} - .icon.dim { opacity: 0.3;filter:alpha(opacity=30); } @@ -1934,9 +1930,7 @@ img.mail-list-sender-photo { .wall-item-like, .wall-item-dislike { - font-size: $body_font_size; - text-align: left; - white-space: normal; + font-size: 11px; } .wall-item-photo { |