Fixed a typo and optimized images

This commit is contained in:
ilyakooo0 2014-04-19 19:54:28 +04:00
parent 55b251d23e
commit 32cb57b392
5 changed files with 22 additions and 2 deletions

BIN
butt.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -2,6 +2,16 @@
"CodeKitInfo": "This is a CodeKit 2.x project configuration file. It is designed to sync project settings across multiple machines. MODIFYING THE CONTENTS OF THIS FILE IS A POOR LIFE DECISION. If you do so, you will likely cause CodeKit to crash. This file is not useful unless accompanied by the project that created it in CodeKit 2. This file is not backwards-compatible with CodeKit 1.x. For more information, see: http:\/\/incident57.com\/codekit",
"creatorBuild": "16877",
"files": {
"\/butt.png": {
"fileType": 32768,
"ignore": 0,
"ignoreWasSetByUser": 0,
"initialSize": 19792,
"inputAbbreviatedPath": "\/butt.png",
"outputAbbreviatedPath": "\/butt.png",
"outputPathIsSetByUser": 0,
"processed": 1
},
"\/butt@2x.png": {
"fileType": 32768,
"ignore": 0,
@ -10,7 +20,17 @@
"inputAbbreviatedPath": "\/butt@2x.png",
"outputAbbreviatedPath": "\/butt@2x.png",
"outputPathIsSetByUser": 0,
"processed": 0
"processed": 1
},
"\/butt_hover.png": {
"fileType": 32768,
"ignore": 0,
"ignoreWasSetByUser": 0,
"initialSize": 20134,
"inputAbbreviatedPath": "\/butt_hover.png",
"outputAbbreviatedPath": "\/butt_hover.png",
"outputPathIsSetByUser": 0,
"processed": 1
},
"\/index.html": {
"fileType": 8192,

View File

@ -8,7 +8,7 @@
<body>
<div id="name">Geograff</div>
<div id="text">
<p>При нажатии кнопки ниже всплывет окно с наугад выбранным округом, краем или республикой. Окна будут продолжать всплывать пока не будет нажата кнопка "Отменить".</p>
<p>При нажатии кнопку ниже всплывет окно с наугад выбранным округом, краем или республикой. Окна будут продолжать всплывать пока не будет нажата кнопка "Отменить".</p>
</div>
<div id="button" alt="Начать" onclick="obl();"></div>
</body>