Commit 01c386b3 authored by Holger Just's avatar Holger Just

[#970] Cap too long menu entries with an ellipsis

parent a6071c75
......@@ -42,6 +42,12 @@ h5, .wiki h4 {font-size: 11px;padding: 2px 10px 1px 0px;margin-bottom: 5px; bord
background: none;
margin: 0;
padding: 0 0 0 24px;
/* Cap long menu entries with an ellipsis. TODO: http://www.bramstein.com/projects/text-overflow/ */
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
#main-menu li a:hover {color:#555; text-decoration: none;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment