diff options
| author | Ray <[email protected]> | 2019-05-21 12:26:42 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2019-05-21 12:26:42 +0200 |
| commit | 8fa5490c43e3deb5453397c0fa8b5eebd5d867e1 (patch) | |
| tree | 6ac708987c59a2c356dfd25d5105343904f5d73f /common | |
| parent | 19651da343a2cfb98e7c742dd3c3396f9c29f875 (diff) | |
| download | raylib.com-8fa5490c43e3deb5453397c0fa8b5eebd5d867e1.tar.gz raylib.com-8fa5490c43e3deb5453397c0fa8b5eebd5d867e1.zip | |
Update comments
Diffstat (limited to 'common')
| -rw-r--r-- | common/games.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/games.css b/common/games.css index 8fb93c6..cc66fe9 100644 --- a/common/games.css +++ b/common/games.css @@ -1,9 +1,9 @@ #container .mix{ position: relative; display: none; } #container .extext { top: 160px!important; width: 400px!important; } -#filter_menu { width: 820px; height: 80px; margin-left: 18px; } +#filter_menu { width: 820px; height: 80px; margin-left: 2px; } -.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom: 20px; } +.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom:20px; width:130px; text-align:center; } #sample { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; } #game { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; } #user { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; } |
