Merge pull request #877 from eondcom/develop

카운터 숫자가 한 줄로 표시되도록 수정함.
This commit is contained in:
akasima 2014-08-20 14:17:26 +09:00
commit 5041ca62f5

View file

@ -1,3 +1,3 @@
.barContainer{margin-right:103px;position:relative;height:100%;}
.graphHr{position:relative; display:inline-block; background:transparent url(images/iconBar.gif) 4px 0 repeat-x;height:5px}
.graphHr>span{position:absolute;top:-7px;left:100%;padding-left:4px;width:100px}
.graphHr>span{position:absolute;top:-7px;left:100%;padding-left:4px;width:100px;white-space:nowrap}