diff options
author | marijus <mario@mariovavti.com> | 2014-10-02 21:04:50 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-02 21:04:50 +0200 |
commit | df70c2c9b62365c9b0feb8a482aef1ac626fabd6 (patch) | |
tree | 65eced380be60f8d89939052635aa5ae7f27e5d6 /view/theme/redbasic/css | |
parent | a932c20dc419784518be0a03b697ee6b9322f455 (diff) | |
download | volse-hubzilla-df70c2c9b62365c9b0feb8a482aef1ac626fabd6.tar.gz volse-hubzilla-df70c2c9b62365c9b0feb8a482aef1ac626fabd6.tar.bz2 volse-hubzilla-df70c2c9b62365c9b0feb8a482aef1ac626fabd6.zip |
more work on photos
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 9bbf996d5..7df70e714 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -75,12 +75,12 @@ a:hover, .fakelink:hover { color: $link_colour; text-decoration: underline; } a.btn-default { color: #333; - + font-weight: normal; } a.btn-success { color: #fff; -font-weight: normal; + font-weight: normal; } input[type="text"], |