diff options
author | marijus <mario@mariovavti.com> | 2014-10-07 13:09:30 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-10-07 13:09:30 +0200 |
commit | d1dea61b7972bb1af819c25450d520372209778b (patch) | |
tree | 10044e7efaf73ee38c9f3ead9f1a82a31b538e5c /view/theme/redbasic/css | |
parent | 9df4ceb74672eccf28b28d8daddf911b73f9aeae (diff) | |
download | volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.tar.gz volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.tar.bz2 volse-hubzilla-d1dea61b7972bb1af819c25450d520372209778b.zip |
take away some boldness, some css fixes and some photo work
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1c036793c..29c034ac8 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -62,7 +62,6 @@ abbr { } a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { - font-weight: bold; color: $link_colour; text-decoration: none; } @@ -75,12 +74,10 @@ 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; } input[type="text"], @@ -444,7 +441,6 @@ aside li { margin-bottom: 15px; } - .fn { font-weight: bold; font-size: 16px; @@ -461,11 +457,6 @@ aside li { border-radius: $radiuspx; } -.vcard .title { - margin-bottom: 10px; - -} - .vcard dl { margin-top: 10px; margin-bottom: 0px; @@ -530,6 +521,11 @@ aside li { height: 197px; } +#profile-photo-wrapper { + margin-top: 10px; +} + + #profile-in-dir-yes-label, #profile-in-dir-no-label, #profile-in-netdir-yes-label, @@ -2142,7 +2138,7 @@ img.mail-list-sender-photo { border-bottom-right-radius: $radiuspx; border-bottom-left-radius: $radiuspx; text-align: center; - font-weight: bold; + font-size: $body_font_size; color: $link_colour; cursor: pointer; } @@ -2532,4 +2528,4 @@ blockquote { .shareable_element_text { height: 300px; width: 300px; -}
\ No newline at end of file +} |