From 2d3f4a0ddbb6109a84f55e9c0ad0fbe4b4fc5fe6 Mon Sep 17 00:00:00 2001 From: Josh Sherman Date: Thu, 31 Jan 2013 15:36:28 -0500 Subject: [PATCH] Couple of typos --- properties.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/properties.css b/properties.css index 355ba71..c0c3bb7 100644 --- a/properties.css +++ b/properties.css @@ -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 */