aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-07-15 13:21:07 +0200
committerMario Vavti <mario@mariovavti.com>2016-07-15 13:21:07 +0200
commit34a16e0ab9d26097a8b62ddb3e75dc9a74c64b55 (patch)
treee64d9ef8e360dd6e302a681e0d89eb548e450d1e /view/theme
parentc2779b6f33c1e23071a0f44d3953b1868dfe6a7b (diff)
parentda5ec98f98dd8cef034d568bf0f67231e8517bd4 (diff)
downloadvolse-hubzilla-34a16e0ab9d26097a8b62ddb3e75dc9a74c64b55.tar.gz
volse-hubzilla-34a16e0ab9d26097a8b62ddb3e75dc9a74c64b55.tar.bz2
volse-hubzilla-34a16e0ab9d26097a8b62ddb3e75dc9a74c64b55.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index b558e7206..06d72588b 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2036,3 +2036,14 @@ 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: 10px;
+}
+.atoken-text {
+ margin: 5px 10px 5px 10px;
+} \ No newline at end of file