diff options
author | friendica <info@friendica.com> | 2013-11-21 20:28:45 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-21 20:28:45 -0800 |
commit | a0a038b904c854161802bfc89132f046b31df91c (patch) | |
tree | 0e027263542f2ca26223e27efc37ac7a209ca182 | |
parent | df14825b49ce0dd3a4575fcf8772b8d18b2a4852 (diff) | |
parent | ad353e9e7d4e2d09532218cc7d2111724ec969d6 (diff) | |
download | volse-hubzilla-a0a038b904c854161802bfc89132f046b31df91c.tar.gz volse-hubzilla-a0a038b904c854161802bfc89132f046b31df91c.tar.bz2 volse-hubzilla-a0a038b904c854161802bfc89132f046b31df91c.zip |
Merge pull request #206 from git-marijus/master
not needed anymore with new defaults
-rw-r--r-- | view/theme/redbasic/css/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d3779152d..f5e99bdf7 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -2067,7 +2067,6 @@ a.mail-list-link { #nav-search-text { height: 20px; padding: 0px 5px 0px 5px; - font-size: 0.9em; border-radius: 10px; border: none; background-color: $search_background; @@ -3569,4 +3568,4 @@ text-decoration: none; .admin-icons { color: $toolicon_colour; margin-right: 10px; -}
\ No newline at end of file +} |