diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-31 04:02:51 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-31 04:02:51 -0400 |
commit | f5e3ec9a56f4f9aabe6c1d52831bf62a5bb61eb5 (patch) | |
tree | 1c478fbb6ca82af85a796fdd6a5bcdfec5a8c718 | |
parent | b88a452c6b90b8ee1aafe4f2a4f1bd905f767893 (diff) | |
download | volse-hubzilla-f5e3ec9a56f4f9aabe6c1d52831bf62a5bb61eb5.tar.gz volse-hubzilla-f5e3ec9a56f4f9aabe6c1d52831bf62a5bb61eb5.tar.bz2 volse-hubzilla-f5e3ec9a56f4f9aabe6c1d52831bf62a5bb61eb5.zip |
forgot the css changes for last push
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rw-r--r-- | view/theme/dispy-dark/style.css | 8 | ||||
-rw-r--r-- | view/theme/dispy/style.css | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css index f5788ef82..6f5544a1c 100644 --- a/view/theme/dispy-dark/style.css +++ b/view/theme/dispy-dark/style.css @@ -2894,13 +2894,7 @@ footer { } .qcomment-wrapper { padding: 0px; - margin: 2px; - list-style-type: none; -} -.qcomment, .qcomment:hover { - display: inline; - padding: 5px; - margin: 5px; + margin: 5px 5px 5px 81%; } .qcomment { opacity: 0.5; diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css index fdcceab0c..66f3cc47e 100644 --- a/view/theme/dispy/style.css +++ b/view/theme/dispy/style.css @@ -2894,13 +2894,7 @@ footer { } .qcomment-wrapper { padding: 0px; - margin: 2px; - list-style-type: none; -} -.qcomment, .qcomment:hover { - display: inline; - padding: 5px; - margin: 5px; + margin: 5px 5px 5px 81%; } .qcomment { opacity: 0.5; |