diff options
| author | Aleksander Machniak <alec@alec.pl> | 2013-11-28 12:59:40 +0100 | 
|---|---|---|
| committer | Aleksander Machniak <alec@alec.pl> | 2013-11-28 12:59:40 +0100 | 
| commit | f25a96bd4020806ffe6674b0f82f5df5f54add2a (patch) | |
| tree | f2c7528cbdb1f60701a1d2154fc1c2a00adb2521 | |
| parent | 38f1f5692091ae9ddd60f27bc4960694947285b3 (diff) | |
Improve "ul.listing li" with text overflow styles
| -rw-r--r-- | skins/larry/styles.css | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0b2c0904f..10500da35 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1133,6 +1133,9 @@ ul.listing {  ul.listing li {  	background-color: #d9ecf4; +	overflow: hidden; +	text-overflow: ellipsis; +	white-space: nowrap;  }  ul.listing li ul { | 
