diff options
| author | Shmuel83 <[email protected]> | 2016-06-21 13:26:54 +0200 |
|---|---|---|
| committer | Shmuel83 <[email protected]> | 2016-06-21 13:26:54 +0200 |
| commit | 62b4ceadd3ecd667d14873ee756fa7c8cb7a45d2 (patch) | |
| tree | fb34b426f1f9fd70e1c028554fbbe8cb7598839c /css/style.css | |
| parent | bda0ef9f8f7596071483fbd7d6affd569ae73ca0 (diff) | |
| download | word-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/style.css')
| -rw-r--r-- | css/style.css | 4 |
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 |
