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.
This commit is contained in:
friendica
2015-01-05 20:57:30 -08:00
parent 3185bfe3ca
commit 43f43d78cf
2 changed files with 48 additions and 35 deletions

View File

@@ -51,3 +51,7 @@
.selected-channel img {
border: 2px solid #ff0000;
}
.channels-end {
clear: both;
}