diff options
author | marijus <mario@mariovavti.com> | 2014-05-27 16:44:18 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-05-27 16:44:18 +0200 |
commit | c0e1139a46c851845cb90f8df0b2f932df78a886 (patch) | |
tree | f69235b2f5a9db660c013b85a4f2c2237b2f8585 /view/theme | |
parent | f67d54c542d6590ba99cb8505a01592fcd297b48 (diff) | |
download | volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.tar.gz volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.tar.bz2 volse-hubzilla-c0e1139a46c851845cb90f8df0b2f932df78a886.zip |
some fixes and cleanup
Diffstat (limited to 'view/theme')
-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 eeec051b5..73a5917ac 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1847,11 +1847,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 { @@ -2231,7 +2231,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 { @@ -2242,7 +2241,6 @@ blockquote { text-decoration: $navtabs_decohover; background-color: $navtabs_bgchover; border-color: transparent; - border-bottom-color: $navtabs_borderc; $navtabs_linkchover } |