[Telepathy-commits] [telepathy-spec/master] Don't overflow long interface names

Davyd Madeley davyd at madeley.id.au
Mon Mar 23 12:29:26 PDT 2009


---
 doc/spec/style.css |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/doc/spec/style.css b/doc/spec/style.css
index d237b6e..6fb6427 100644
--- a/doc/spec/style.css
+++ b/doc/spec/style.css
@@ -28,6 +28,12 @@ div.header {
 	z-index: 1;
 }
 
+div.header h1 {
+	white-space: nowrap;
+	text-overflow: ellipsis;
+	overflow: hidden;
+}
+
 div.main {
 	margin-top: 5em;
 	margin-left: 1ex;
-- 
1.5.6.5




More information about the telepathy-commits mailing list