diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:03:59 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:03:59 +0200 |
commit | 030d703a05084fa4efec7afece7948846dd6f6a9 (patch) | |
tree | 245b804e02dbf639b71c524344797400719ad920 /view/theme/redbasic/css | |
parent | edc262f5af0f3ade8cfeca22061f1329daa688c3 (diff) | |
download | volse-hubzilla-030d703a05084fa4efec7afece7948846dd6f6a9.tar.gz volse-hubzilla-030d703a05084fa4efec7afece7948846dd6f6a9.tar.bz2 volse-hubzilla-030d703a05084fa4efec7afece7948846dd6f6a9.zip |
remove left_align mode
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/align_left.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/view/theme/redbasic/css/align_left.css b/view/theme/redbasic/css/align_left.css deleted file mode 100644 index acb2893e3..000000000 --- a/view/theme/redbasic/css/align_left.css +++ /dev/null @@ -1,8 +0,0 @@ -main { - margin-left: 0px; -} - -aside#region_3 { - width: auto; - padding: 0px 0px 0px 0px; -} |