diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-09-11 11:56:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-09-11 11:56:56 +0200 |
commit | f51124397f53e61b7cf8e2bcc64c0eba0b672190 (patch) | |
tree | 39ff4b947d175dd1767ad36447150d564a30382f /view/theme | |
parent | e42111545bdb36daafbccd7f0056bd448bcfafd6 (diff) | |
download | volse-hubzilla-f51124397f53e61b7cf8e2bcc64c0eba0b672190.tar.gz volse-hubzilla-f51124397f53e61b7cf8e2bcc64c0eba0b672190.tar.bz2 volse-hubzilla-f51124397f53e61b7cf8e2bcc64c0eba0b672190.zip |
center page content by default - css file
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/align_left.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/align_left.css b/view/theme/redbasic/css/align_left.css new file mode 100644 index 000000000..acb2893e3 --- /dev/null +++ b/view/theme/redbasic/css/align_left.css @@ -0,0 +1,8 @@ +main { + margin-left: 0px; +} + +aside#region_3 { + width: auto; + padding: 0px 0px 0px 0px; +} |