From 45f3be5425870f9b4cf9a60f2f950fa3dd7807ef Mon Sep 17 00:00:00 2001 From: lizhineng Date: Sat, 29 Jun 2013 13:59:23 +0800 Subject: Added word list --- css/style.css | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index afc63ed..f68994c 100644 --- a/css/style.css +++ b/css/style.css @@ -38,27 +38,16 @@ body { margin-bottom: 40px; } -/* Wordseach */ - -.ws-area { - background: #fafafa; +.ws-area, .ws-words { 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; + vertical-align: top; } -.ws-col { - cursor: pointer; +.ws-words { + margin-left: 20px; + text-align: left; } -.ws-selected { - background: #eee; +.ws-word { + margin-bottom: 4px; } \ No newline at end of file -- cgit v1.2.3