center cursor
This commit is contained in:
parent
687cdcb534
commit
8fc5ce8977
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ body.fool
|
|||
-ms-transform: rotateY(-180deg); /* IE 9 */
|
||||
-webkit-transform: rotateY(-180deg); /* Safari and Chrome */
|
||||
&, & *
|
||||
cursor: url('/img/yoshi.png'), auto !important
|
||||
cursor: url('/img/yoshi.png') 15 15, auto !important
|
||||
&:hover:active, & *:hover:active
|
||||
cursor: url('/img/yoshi_l.png'), auto !important
|
||||
cursor: url('/img/yoshi_l.png') 15 15, auto !important
|
||||
|
||||
div.theme-default-content:not(.custom)
|
||||
max-width: 80%;
|
||||
|
|
Loading…
Reference in a new issue