Couple of typos
This commit is contained in:
parent
ab61b6bf83
commit
2d3f4a0ddb
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
|
||||
/* {{{ clear */
|
||||
.clear { clear: both }
|
||||
.clear-both { clear: both }
|
||||
.clear-left { clear: left }
|
||||
.clear-right { clear: right }
|
||||
/* }}} */
|
||||
|
@ -28,7 +28,7 @@
|
|||
.cursor-text { cursor: text }
|
||||
.cursor-w-resize { cursor: w-resize }
|
||||
.cursor-wait { cursor: wait }
|
||||
.cursor-inherit { cursor: auto }
|
||||
.cursor-inherit { cursor: inherit }
|
||||
/* }}} */
|
||||
/* {{{ display */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue