diff options
author | redmatrix <git@macgirvin.com> | 2016-01-26 15:39:25 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-26 15:39:25 -0800 |
commit | 9c71b74d373001ac47add095fc204bddb25ee91d (patch) | |
tree | 70422b830b0e97cba30d503f3648e6b189e9b253 /view/theme | |
parent | 535a54040f84bee6c90a24920cf861c2c307dfa4 (diff) | |
parent | 68030d12cfefa8982774cca9714b0c1eed7b9537 (diff) | |
download | volse-hubzilla-9c71b74d373001ac47add095fc204bddb25ee91d.tar.gz volse-hubzilla-9c71b74d373001ac47add095fc204bddb25ee91d.tar.bz2 volse-hubzilla-9c71b74d373001ac47add095fc204bddb25ee91d.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/schema/dark.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css index f65e9aac9..b667dca5c 100644 --- a/view/theme/redbasic/schema/dark.css +++ b/view/theme/redbasic/schema/dark.css @@ -10,7 +10,13 @@ } #profile-photo-wrapper { - border:none; + border: none; +} + +#profile-edit-default-desc { + background-color: #665029; + color: #FFF; + padding: 20px; } .photo { |