diff options
author | marijus <mario@localhost.localdomain> | 2013-11-13 17:11:51 +0100 |
---|---|---|
committer | marijus <mario@localhost.localdomain> | 2013-11-13 17:11:51 +0100 |
commit | 83837d89c7b32d9ee89475fe8f337e7eef9ac28a (patch) | |
tree | 53f861049200d260c8c3a1b28da6e3de81ddf451 | |
parent | a10715e4db414c0c0a12f179bc4f4075aca2b86d (diff) | |
download | volse-hubzilla-83837d89c7b32d9ee89475fe8f337e7eef9ac28a.tar.gz volse-hubzilla-83837d89c7b32d9ee89475fe8f337e7eef9ac28a.tar.bz2 volse-hubzilla-83837d89c7b32d9ee89475fe8f337e7eef9ac28a.zip |
typo
-rw-r--r-- | view/theme/redbasic/css/style.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d2f586391..c170ee8e2 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1896,11 +1896,11 @@ a.mail-list-link { } #side-peoplefind-url::-webkit-input-placeholder { - font-family: FontAweSome; + font-family: FontAwesome; } #side-peoplefind-url::-moz-placeholder { - font-family: FontAweSome; + font-family: FontAwesome; } #side-follow-submit, #side-peoplefind-submit { @@ -2050,19 +2050,19 @@ a.mail-list-link { } #nav-search-text::-webkit-input-placeholder { - font-family: FontAweSome; + font-family: FontAwesome; } #nav-search-text::-moz-placeholder { - font-family: FontAweSome; + font-family: FontAwesome; } #search-text::-webkit-input-placeholder { - font-family: FontAweSome; + font-family: FontAwesome; } #search-text::-moz-placeholder { - font-family: FontAweSome; + font-family: FontAwesome; } #nav-user-linkmenu img { |