Displaying features descriptions on only one line

--HG--
branch : 1.x
extra : rebase_source : af0edbfa4c37fb2e30691d54c58fa554c9acf5c6
This commit is contained in:
Sebastien Ros
2013-05-30 11:39:32 -07:00
parent 8a6cc4dc04
commit 4eb0cbf57a

View File

@@ -80,8 +80,11 @@ html.dyn #main ul.features button { display:none; }
padding-right:0;
}
#main .features.summary-view .description {
/*display:none;*/
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#main .features.detail-view .description {
display:inline;
margin:0 0 1em .5ex;