diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-12 13:13:22 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-12 13:13:22 +0200 |
commit | 7c8b9397ae8fc83ce96d9905992f40e6fde4663a (patch) | |
tree | f1ac493549157ab951bd4642d7e291ae2d78de04 /view/css | |
parent | e64de798b578e2c6ed1856749fb8448dcc6ea080 (diff) | |
download | volse-hubzilla-7c8b9397ae8fc83ce96d9905992f40e6fde4663a.tar.gz volse-hubzilla-7c8b9397ae8fc83ce96d9905992f40e6fde4663a.tar.bz2 volse-hubzilla-7c8b9397ae8fc83ce96d9905992f40e6fde4663a.zip |
reverse file activity logic
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/conversation.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/css/conversation.css b/view/css/conversation.css index dced812b7..d94a08b3e 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -19,7 +19,8 @@ code { display:none; } -#jot-title-wrap input { +#jot-title-wrap input, +#jot-pagetitle-wrap input { padding: 8px; margin-bottom: 5px; } |