diff options
author | Zvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net> | 2012-06-23 23:51:08 +0300 |
---|---|---|
committer | Zvi ben Yaakov (a.k.a rdc) <coderzvi@infosoc.net> | 2012-06-23 23:51:08 +0300 |
commit | 00668aaa71336f48b141c443749a66c58a555503 (patch) | |
tree | bd8a9d029ddaebbd1d8385dfd522f689e5d3891c /view/theme/duepuntozero | |
parent | 5e3e3915e347e4c298498ce0a8c493b9cd03201b (diff) | |
parent | 381d0912672cda6575368d242565310a93e202d4 (diff) | |
download | volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.tar.gz volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.tar.bz2 volse-hubzilla-00668aaa71336f48b141c443749a66c58a555503.zip |
Merge git://github.com/friendica/friendica
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; |