diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-11 20:31:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-11 20:31:37 +0200 |
commit | 0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf (patch) | |
tree | bf74a3b9e43a7718b085ae6d7780e1aaf32c75b9 /view | |
parent | a1241daa416edba6bd7cf37147823d6126eb54bc (diff) | |
download | volse-hubzilla-0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf.tar.gz volse-hubzilla-0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf.tar.bz2 volse-hubzilla-0cada39c8afe1858a8e710ada8dfc66f4cb8f1bf.zip |
css fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/css/bootstrap-red.css | 2 | ||||
-rw-r--r-- | view/theme/redbasic/css/style.css | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css index 5e928782a..26321ab3c 100644 --- a/view/css/bootstrap-red.css +++ b/view/css/bootstrap-red.css @@ -59,7 +59,7 @@ aside .nav-pills > li > a, padding: 6px 10px; } -.dropdown-menu { +.wall-item-tools .dropdown-menu { min-width: auto; } diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f72fa5a01..30b0cebb4 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -117,15 +117,6 @@ code { color: #000; } -.inline-code { - font-size: 1em; - padding: 0; - border: 0; - background: #FFF; - display: inline; - color: #000; -} - pre { background: #F5F5F5; color: #333; |