diff options
author | friendica <info@friendica.com> | 2012-06-23 04:44:48 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-23 04:44:48 -0700 |
commit | 7614d35cadb274a48434a61cdab205ca120462a3 (patch) | |
tree | c48f141ebc4a9b63cff6181eb942927836fc721a /view/theme/duepuntozero | |
parent | bf47bf5ba015a844919362a56903eb82c064bee9 (diff) | |
download | volse-hubzilla-7614d35cadb274a48434a61cdab205ca120462a3.tar.gz volse-hubzilla-7614d35cadb274a48434a61cdab205ca120462a3.tar.bz2 volse-hubzilla-7614d35cadb274a48434a61cdab205ca120462a3.zip |
liking comments backend
Diffstat (limited to 'view/theme/duepuntozero')
-rw-r--r-- | view/theme/duepuntozero/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index be755d411..de366210b 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -935,6 +935,10 @@ input#dfrn-url { background: #EEEEEE; } +.wall-item-like.comment, .wall-item-dislike.comment { + margin-left: 50px; +} + .wall-item-info { display: block; float: left; |