diff options
author | redmatrix <git@macgirvin.com> | 2016-07-15 01:43:09 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-15 01:43:09 -0700 |
commit | d54f5a3831ec003468e33185318a060711cb9c09 (patch) | |
tree | 9d9cd6c1e6b011f9000b7775a6b9b787c944e34f /view/theme/redbasic | |
parent | 5e475acb85cac2dd87f92f6c8d51dc0071e5c2eb (diff) | |
download | volse-hubzilla-d54f5a3831ec003468e33185318a060711cb9c09.tar.gz volse-hubzilla-d54f5a3831ec003468e33185318a060711cb9c09.tar.bz2 volse-hubzilla-d54f5a3831ec003468e33185318a060711cb9c09.zip |
more cleanup of atoken UI
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5f1637c50..e39c9eb11 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2045,5 +2045,8 @@ dl.bb-dl > dd > li { list-style-type: none; } .atoken-list li { - margin-bottom: 8px; + margin-bottom: 10px; +} +.atoken-text { + margin: 5px 10px 5px 10px; }
\ No newline at end of file |