diff options
author | asciimoo <asciimoo@gmail.com> | 2013-10-27 23:42:18 +0100 |
---|---|---|
committer | asciimoo <asciimoo@gmail.com> | 2013-10-27 23:42:18 +0100 |
commit | 9db980ff411ae63ccf8efe9a5fd4e582de35109f (patch) | |
tree | 5cf659e14110f027f172eecc4ae269dac10d5931 /searx/static | |
parent | e13fe033ede605e2d41443e1e6732b93be681558 (diff) | |
download | searxng-9db980ff411ae63ccf8efe9a5fd4e582de35109f.tar.gz searxng-9db980ff411ae63ccf8efe9a5fd4e582de35109f.zip |
[fix] css classname typo
Diffstat (limited to 'searx/static')
-rw-r--r-- | searx/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/css/style.css b/searx/static/css/style.css index d83e1b935..b6836c183 100644 --- a/searx/static/css/style.css +++ b/searx/static/css/style.css @@ -91,7 +91,7 @@ a { text-decoration: none; } .image_result p { margin: 0; padding: 0; } .image_result p span a { display: none; } .image_result p span a { color: #FFFFFF; } -image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; } +.image_result p:hover span a { display: block; position: absolute; bottom: 0; right: 0; padding: 4px; background-color: rgba(0, 0, 0, 0.6); font-size: 0.7em; } .percentage { position: relative; width: 300px; } .percentage div { background: #444444; } |