Merged in isqua/chrome_point_plus/nested_level_img_fix (pull request #33)

Исправить покусанные кружки
This commit is contained in:
isqua 2015-01-21 17:10:32 +03:00
commit 552b997ba3
3 changed files with 3 additions and 1 deletions

View File

@ -173,8 +173,9 @@ div#markItUpText-input {
content: '';
opacity: 0;
background-image: url('chrome-extension://__MSG_@@extension_id__/images/nesting-point.png');
background-image: url('chrome-extension://__MSG_@@extension_id__/images/nesting-point.svg');
background-repeat: repeat-x;
background-position: right center;
}
#comments.nesting_level .post:hover .info::before {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 651 B

View File

@ -0,0 +1 @@
<svg version="1" xmlns="http://www.w3.org/2000/svg" height="10" width="10"><circle cx="5" cy="5" r="3" fill="#9aacbe"/></svg>

After

Width:  |  Height:  |  Size: 125 B