tooltip max-width. closes #5304

This commit is contained in:
James Koster 2014-04-10 11:29:02 +01:00 committed by Mike Jolley
parent 7fd971b3ff
commit 2d1bbb866b
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2667,6 +2667,7 @@ img.tips {
-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
box-shadow: 1px 1px 3px rgba(0,0,0,0.10);
text-align: center;
max-width: 150px;
code {
background: #888;
padding: 1px;