diff options
| author | Li Zhineng <[email protected]> | 2016-10-28 07:03:05 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-28 07:03:05 +0800 |
| commit | 06a91384d5b2c0eb73a80e8f87d9151bd7900174 (patch) | |
| tree | 7edbaf92d007854e560f11d56810b5f683606d61 /css/style.css | |
| parent | 4e0eb400d47e9ef3ded2b719348c0aa7b56a4530 (diff) | |
| parent | 7b2f828cb982c6a05db9370963186cbee97a3b5f (diff) | |
| download | word-search-game-06a91384d5b2c0eb73a80e8f87d9151bd7900174.tar.gz word-search-game-06a91384d5b2c0eb73a80e8f87d9151bd7900174.zip | |
Merge pull request #3 from Shmuel83/master
Available in multiple languages
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 |
