diff options
author | pafcu <pafcu@iki.fi> | 2014-12-31 12:01:42 +0200 |
---|---|---|
committer | pafcu <pafcu@iki.fi> | 2014-12-31 12:01:42 +0200 |
commit | a00d88bbaf74cc2a3b1864a84c31a52286f11e5e (patch) | |
tree | a40e14e2ed90f43d884b902b0884ddcc714b7add /view/theme/redbasic/css/mod_group.php | |
parent | 8fa27efa7e367ab67325609420eccb9e02c8eb41 (diff) | |
download | volse-hubzilla-a00d88bbaf74cc2a3b1864a84c31a52286f11e5e.tar.gz volse-hubzilla-a00d88bbaf74cc2a3b1864a84c31a52286f11e5e.tar.bz2 volse-hubzilla-a00d88bbaf74cc2a3b1864a84c31a52286f11e5e.zip |
Revert "Make redbasic css more modular"
Diffstat (limited to 'view/theme/redbasic/css/mod_group.php')
-rw-r--r-- | view/theme/redbasic/css/mod_group.php | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/view/theme/redbasic/css/mod_group.php b/view/theme/redbasic/css/mod_group.php deleted file mode 100644 index d1f48a84c..000000000 --- a/view/theme/redbasic/css/mod_group.php +++ /dev/null @@ -1,32 +0,0 @@ -#group-members { - margin-top: 20px; - padding: 10px; - height: 250px; - overflow: auto; - border: 1px solid #ddd; -} - -#group-members-end { - clear: both; -} - -#group-separator { - margin-top: 10px; - margin-bottom: 10px; -} - -#group-all-contacts { - padding: 10px; - height: 450px; - overflow: auto; - border: 1px solid #ddd; -} - -#group-all-contacts-end { - clear: both; - margin-bottom: 10px; -} - -#group-edit-desc { - margin-top: 15px; -} |