From 726c52191b687252d447dd92122f74653c3271b8 Mon Sep 17 00:00:00 2001 From: Steven Thomas Date: Thu, 20 Mar 2014 09:12:42 -0700 Subject: Fixed spelling - renamed wordseach occurrences to wordsearch. --- css/wordsearch.min.css | 1 + 1 file changed, 1 insertion(+) create mode 100644 css/wordsearch.min.css (limited to 'css/wordsearch.min.css') diff --git a/css/wordsearch.min.css b/css/wordsearch.min.css new file mode 100644 index 0000000..ac2f261 --- /dev/null +++ b/css/wordsearch.min.css @@ -0,0 +1 @@ +.ws-area{background:#fafafa;display:inline-block;padding:20px;border-radius:10px;-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.ws-row{line-height:0}.ws-col{cursor:pointer}.ws-col.ws-selected{background:#eee}.ws-found{background:yellow} \ No newline at end of file -- cgit v1.2.3