diff options
author | redmatrix <git@macgirvin.com> | 2016-07-15 01:33:28 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-07-15 01:33:28 -0700 |
commit | 5e475acb85cac2dd87f92f6c8d51dc0071e5c2eb (patch) | |
tree | 2365746a5e87318cd1b8e5b387b24dc0f3b1f595 /view/theme/redbasic/css | |
parent | f666d8a0838efec0e05fcd9ea884eb6733cea3a8 (diff) | |
download | volse-hubzilla-5e475acb85cac2dd87f92f6c8d51dc0071e5c2eb.tar.gz volse-hubzilla-5e475acb85cac2dd87f92f6c8d51dc0071e5c2eb.tar.bz2 volse-hubzilla-5e475acb85cac2dd87f92f6c8d51dc0071e5c2eb.zip |
cleanup and debug of atoken feature
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 5768ccbd9..5f1637c50 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2039,3 +2039,11 @@ dl.bb-dl > dd > li { border-style: solid; border-width: 5px; } + +.atoken-list { + margin-right: 5px; + list-style-type: none; +} +.atoken-list li { + margin-bottom: 8px; +}
\ No newline at end of file |