diff options
author | Thomas Willingham <founder@kakste.com> | 2014-04-11 20:02:52 +0100 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-04-11 20:02:52 +0100 |
commit | 2fdcd0c27eac389709f48d6b40723e153c1492e6 (patch) | |
tree | e52711d03b0cdf2050399731258df7f5314fe1ec /view | |
parent | 81b06754a42685d9e8cad8e5301ceb50175849b6 (diff) | |
download | volse-hubzilla-2fdcd0c27eac389709f48d6b40723e153c1492e6.tar.gz volse-hubzilla-2fdcd0c27eac389709f48d6b40723e153c1492e6.tar.bz2 volse-hubzilla-2fdcd0c27eac389709f48d6b40723e153c1492e6.zip |
Never set background or color unless you set both. If this is needed
in future, it should probably be reimplmented with the class anyway.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/css/style.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 2b4314fdb..8f8a126a7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1721,7 +1721,6 @@ header { div#pagelist-content-wrapper { width: 80%; -background: #fff; margin-left: auto; margin-right: auto; } |