allow turning off forumlist on network page

This commit is contained in:
friendica 2012-10-05 02:09:01 -07:00
parent afa8321d2a
commit 0a9167c33c
3 changed files with 13 additions and 2 deletions

View file

@ -10,13 +10,13 @@
}
#forumlist-settings-label, #forumlist-random-label, #forumlist-profile-label {
#forumlist-settings-label, #forumlist-random-label, #forumlist-profile-label, #forumlist-network-label {
float: left;
width: 200px;
margin-bottom: 25px;
}
#forumlist-max-forumlists, #forumlist-random, #forumlist-profile {
#forumlist-max-forumlists, #forumlist-random, #forumlist-profile, #forumlist-network {
float: left;
}