Couple of typos

This commit is contained in:
Josh Sherman 2013-01-31 15:36:28 -05:00
parent ab61b6bf83
commit 2d3f4a0ddb

View file

@ -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 */