diff options
author | friendica <info@friendica.com> | 2014-05-27 16:50:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-05-27 16:50:53 -0700 |
commit | dabf82bbb7845f9c8f617de63e41550b8f0e5728 (patch) | |
tree | 83d18528a4f615a2b198c66170dc67e11dff1334 /view/theme/redbasic | |
parent | b17f923abbfcc79ed80b8a8779681a77a77f0ecc (diff) | |
parent | c0e1139a46c851845cb90f8df0b2f932df78a886 (diff) | |
download | volse-hubzilla-dabf82bbb7845f9c8f617de63e41550b8f0e5728.tar.gz volse-hubzilla-dabf82bbb7845f9c8f617de63e41550b8f0e5728.tar.bz2 volse-hubzilla-dabf82bbb7845f9c8f617de63e41550b8f0e5728.zip |
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 29b11c4d5..262819469 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1850,11 +1850,11 @@ img.mail-list-sender-photo { } #profile-jot-text::-webkit-input-placeholder { - font-size:19px; + font-size:18px; } #profile-jot-text::-moz-placeholder { - font-size:19px; + font-size:18px; } #profile-jot-text:focus::-webkit-input-placeholder { @@ -2234,7 +2234,6 @@ blockquote { .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{ border:1px solid $navtabs_borderc; - border-bottom:1px solid transparent; } .nav-tabs.nav-justified > li > a { @@ -2245,7 +2244,6 @@ blockquote { text-decoration: $navtabs_decohover; background-color: $navtabs_bgchover; border-color: transparent; - border-bottom-color: $navtabs_borderc; $navtabs_linkchover } |