diff options
author | Friendika <info@friendika.com> | 2011-03-16 19:36:59 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-16 19:36:59 -0700 |
commit | 3f432a7b82480dd985dbc2a67ae23cfc1ed258c6 (patch) | |
tree | 1fc92a535b189b0283273ff97517c74e4d79b20d /view/theme/duepuntozero | |
parent | e2ea341094c53e78ae7473a83d2b6c85b1cde4eb (diff) | |
download | volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.tar.gz volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.tar.bz2 volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.zip |
share,retweet,relay,forward, whatever
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 54a522881..e44ab80c2 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -921,6 +921,10 @@ input#dfrn-url { cursor: pointer; } +.wall-item-share-buttons { + margin-left: 5px; +} + .wall-item-links-wrapper { float: left; } |