summaryrefslogtreecommitdiff
path: root/htroot/env/base.css
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2017-01-28 10:19:39 +0100
committerluccioman <luccioman@users.noreply.github.com>2017-01-28 10:19:39 +0100
commit95b63f5126d911c1003e47deedb72f09cf0a622b (patch)
tree409ef0c1593f4a2f3fda06dff3f87b957f9ec49b /htroot/env/base.css
parent68afe900d079219721180e769eea16a5a91aaa96 (diff)
Added a CSS class for infobox block.
This will prevent mistakenly hiding a div element not designed to be an infobox but having a ".info" parent (After having previously added the possibility for a div - and not only a span element - to be an infobox).
Diffstat (limited to 'htroot/env/base.css')
-rw-r--r--htroot/env/base.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/env/base.css b/htroot/env/base.css
index c0fef583d..0f83fe938 100644
--- a/htroot/env/base.css
+++ b/htroot/env/base.css
@@ -1038,11 +1038,11 @@ div#tagcloud {
margin: 10px 0;
}
-.info span, .info div {
+.info span, .info .infobox {
display: none;
}
-.info:hover span, .info:hover div {
+.info:hover span, .info:hover .infobox {
display: block;
position: absolute;
font-size:1em;