diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-26 13:45:27 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-26 13:45:27 +0200 |
commit | c327b00efa7807374776a341a7cec4023f61497b (patch) | |
tree | 4ecb28d129230044cfc2dc6eb7868d6aefad1951 /view/theme | |
parent | 7634d4ce6918937705f9bf2aa2e99ff513f75bc4 (diff) | |
download | volse-hubzilla-c327b00efa7807374776a341a7cec4023f61497b.tar.gz volse-hubzilla-c327b00efa7807374776a341a7cec4023f61497b.tar.bz2 volse-hubzilla-c327b00efa7807374776a341a7cec4023f61497b.zip |
fix app-icon color and use bs class for w100
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d4eec628a..83e9c64cd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1609,11 +1609,8 @@ dl.bb-dl > dd > li { border-left: 0.2rem solid #eee; } -.w100 { - width: 100%; -} - .app-icon { + color: #777; font-size: 80px; text-shadow: 3px 3px 3px lightgrey; } |