diff options
author | redmatrix <git@macgirvin.com> | 2016-03-16 21:06:15 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-03-16 21:06:15 -0700 |
commit | 6d4fe5c56f44112c88de3053bc1982e348925a32 (patch) | |
tree | 6db6eabc6c37718d94955ef0e07dcbbd0ddbc148 /view/theme | |
parent | 3a8f6e657627c166b72b9ef5ea20c672f6a67d97 (diff) | |
parent | f7ddd44c2e2a8f8386e7d20546b6abd0315c0f19 (diff) | |
download | volse-hubzilla-6d4fe5c56f44112c88de3053bc1982e348925a32.tar.gz volse-hubzilla-6d4fe5c56f44112c88de3053bc1982e348925a32.tar.bz2 volse-hubzilla-6d4fe5c56f44112c88de3053bc1982e348925a32.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f365bec1a..5aee57cad 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -260,34 +260,6 @@ footer { clear: both; } -#profile-edit-links { - padding-top: 15px; - padding-bottom: 15px; -} - -#profile-edit-links .btn { - margin: 0 10px 15px 0; -} - -.profile-import { - vertical-align: top; - text-align: left; -} - -.profile-import b { - color: $link_colour; -} - -.profile-import input { - color: $font_colour; - border: none; -} - -#profile-edit-drop-link { - color: #FFF; - font-weight: normal; -} - .fn { font-weight: bold; font-size: 16px; |