aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/css
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-04-09 16:31:07 -0700
committerfriendica <info@friendica.com>2014-04-09 16:31:07 -0700
commita87d54344ffa2f6267cb5ec762f4620e7e651982 (patch)
tree101a559fdfd9e1e374181f3f46299063d09a2d89 /view/theme/redbasic/css
parentbf41ccbf359a6105255055bfb110b904ee268688 (diff)
parentd25e902761f3191868172a6158669044a51cb1d6 (diff)
downloadvolse-hubzilla-a87d54344ffa2f6267cb5ec762f4620e7e651982.tar.gz
volse-hubzilla-a87d54344ffa2f6267cb5ec762f4620e7e651982.tar.bz2
volse-hubzilla-a87d54344ffa2f6267cb5ec762f4620e7e651982.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r--view/theme/redbasic/css/converse_center.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/converse_center.css b/view/theme/redbasic/css/converse_center.css
new file mode 100644
index 000000000..3b3ecddc9
--- /dev/null
+++ b/view/theme/redbasic/css/converse_center.css
@@ -0,0 +1,5 @@
+body {
+ margin-left: auto;
+ margin-right: auto;
+ max-width: $body_width;
+}