summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorShmuel83 <[email protected]>2016-06-21 13:26:54 +0200
committerShmuel83 <[email protected]>2016-06-21 13:26:54 +0200
commit62b4ceadd3ecd667d14873ee756fa7c8cb7a45d2 (patch)
treefb34b426f1f9fd70e1c028554fbbe8cb7598839c /css
parentbda0ef9f8f7596071483fbd7d6affd569ae73ca0 (diff)
downloadword-search-game-62b4ceadd3ecd667d14873ee756fa7c8cb7a45d2.tar.gz
word-search-game-62b4ceadd3ecd667d14873ee756fa7c8cb7a45d2.zip
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 <delete> I fix a bug for me : in list, First letter Upper, with CSS instead of javascript
Diffstat (limited to 'css')
-rw-r--r--css/style.css4
1 files changed, 4 insertions, 0 deletions
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