include force amplifier, attack frequency and hit bonus in portal details

This commit is contained in:
fkloft
2015-01-19 21:13:57 +01:00
parent 2d674e904a
commit 0bdaa2f5c3
4 changed files with 81 additions and 26 deletions

View File

@ -1128,3 +1128,13 @@ g.checkpoint:hover circle {
padding-left: 10px;
}
.text-overflow-ellipsis {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: top;
width: 100%;
line-height: 1em;
}