From 62b4ceadd3ecd667d14873ee756fa7c8cb7a45d2 Mon Sep 17 00:00:00 2001 From: Shmuel83 Date: Tue, 21 Jun 2016 13:26:54 +0200 Subject: Fix minor Bug If user re-select a word always find, this.solved is increment. Now : To increment variable if the word of the list isn't I fix a bug for me : in list, First letter Upper, with CSS instead of javascript --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css/style.css') diff --git a/css/style.css b/css/style.css index 6c4a5ef..51304ed 100644 --- a/css/style.css +++ b/css/style.css @@ -51,4 +51,8 @@ body { .ws-word { margin-bottom: 4px; +} + +.ws-words ::first-letter{ + text-transform : capitalize; } \ No newline at end of file -- cgit v1.2.3