diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-17 23:01:24 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-17 23:01:24 +0100 |
commit | 6fa0807550f4e7a3da307afe9398e54c3d036228 (patch) | |
tree | e3f1bd57c57af0e7bd7320d11b29c0de39ee94e7 /view/css | |
parent | 868a0d8a90c5e582bb783247fbf3a26f5226b126 (diff) | |
download | volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.tar.gz volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.tar.bz2 volse-hubzilla-6fa0807550f4e7a3da307afe9398e54c3d036228.zip |
more css fixes
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/bootstrap-red.css | 7 | ||||
-rw-r--r-- | view/css/conversation.css | 6 |
2 files changed, 0 insertions, 13 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index fa76fa2f2..19796679a 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -61,13 +61,6 @@ aside .nav-pills > li > a { padding: 6px 10px; } -.dropdown-menu img { - float: left; - width: 36px; - height: 36px; - margin-right: 5px; -} - .dropdown-menu li a { overflow: hidden; text-overflow: ellipsis; diff --git a/view/css/conversation.css b/view/css/conversation.css index dc74dbbeb..6f1d4b899 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -246,9 +246,3 @@ a.wall-item-name-link { color: #FF0000; font-size: 1em !important; } - -.response-photo { - height: 18px !important; - width: 18px !important; -} - |