diff options
author | zotlabs <mike@macgirvin.com> | 2018-05-01 19:38:32 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-05-01 19:38:32 -0700 |
commit | cd200ee7064159e4bc253fefe04ddf6ba25d4dde (patch) | |
tree | 1338af1c1038eded251aeec393203dde2673b589 /view/css | |
parent | db930b794dc228f24549d7ef8052be8110990e1f (diff) | |
download | volse-hubzilla-cd200ee7064159e4bc253fefe04ddf6ba25d4dde.tar.gz volse-hubzilla-cd200ee7064159e4bc253fefe04ddf6ba25d4dde.tar.bz2 volse-hubzilla-cd200ee7064159e4bc253fefe04ddf6ba25d4dde.zip |
The channel import page seems to have missed the big theme cleanup of the last couple of years.
Diffstat (limited to 'view/css')
-rw-r--r-- | view/css/mod_import.css | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/view/css/mod_import.css b/view/css/mod_import.css deleted file mode 100644 index 8b988b324..000000000 --- a/view/css/mod_import.css +++ /dev/null @@ -1,37 +0,0 @@ -h2 { - margin-left: 15%; - margin-top: 8%; -} - -#import-channel-form { - font-size: 1.4em; - margin-left: 15%; - margin-top: 5%; - width: 50%; -} - - - -#import-channel-form .descriptive-paragraph { - color: #888; - margin-left: 20px; - margin-bottom: 25px; -} - -.import-label { - float: left; - width: 275px; -} - -.import-input { - float: left; - width: 275px; - padding: 5px; -} - - -.import-field-end { - clear: both; - margin-bottom: 20px; -} - |