summaryrefslogtreecommitdiff
path: root/docs/glyphs/glyphs.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glyphs/glyphs.css')
-rw-r--r--docs/glyphs/glyphs.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/glyphs/glyphs.css b/docs/glyphs/glyphs.css
index c2af47a2d..08be80427 100644
--- a/docs/glyphs/glyphs.css
+++ b/docs/glyphs/glyphs.css
@@ -55,6 +55,12 @@ body.single #glyphs {
color: white;
text-align: center;
font-size:1em;
+ white-space: pre;
+ overflow:hidden;
+ cursor: default;
+ }
+ body.single .glyph .names {
+ display: none;
}
.glyph:hover .name {
color: rgba(0,0,0,0.8);