From 603d5d33e54eea8db3a77fecbcd8cdd2de054566 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Thu, 26 Sep 2013 22:51:48 +0100 Subject: [PATCH] use ellipsis instead of "~" for truncating text overflow --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 06c44185..377d6577 100644 --- a/style.css +++ b/style.css @@ -386,7 +386,7 @@ h2 { h2 #name { display: inline-block; overflow: hidden; - text-overflow: "~"; + text-overflow: ellipsis; vertical-align: top; white-space: nowrap; width: 205px; @@ -498,7 +498,7 @@ h3 { height: 23px; width: 100%; overflow:hidden; - text-overflow: "~"; + text-overflow: ellipsis; white-space: nowrap; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; @@ -579,7 +579,7 @@ h3 { #randdetails td, #resodetails td { overflow: hidden; - text-overflow: "~"; + text-overflow: ellipsis; vertical-align: top; white-space: nowrap; width: 50%;