Use default cursor for list items

This commit is contained in:
Victor Dubiniuk 2013-07-30 20:58:21 +03:00
parent a10a17f818
commit 15e9e95817
1 changed files with 1 additions and 1 deletions

View File

@ -8,5 +8,5 @@
}
#body-login .error-broken-link ul li{
list-style: disc;list-style-position:inside;
list-style: disc;list-style-position:inside;cursor:default;
}