From 43f43d78cf9dba9a4c8b9ac1e54484901b3a7bcd Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 5 Jan 2015 20:57:30 -0800 Subject: regression: need float clear on manage page so footer doesn't end up floated, add default value to features so that features can be created that are default enabled, or modified later to default enabled without requiring a system config to accomplish this. --- view/css/mod_manage.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'view/css') diff --git a/view/css/mod_manage.css b/view/css/mod_manage.css index bb7ef566d..fbe4a672a 100644 --- a/view/css/mod_manage.css +++ b/view/css/mod_manage.css @@ -51,3 +51,7 @@ .selected-channel img { border: 2px solid #ff0000; } + +.channels-end { + clear: both; +} \ No newline at end of file -- cgit v1.2.3