diff --git a/WebSite/index.html b/WebSite/index.html
index 09cd4ad..1d7dd0d 100644
--- a/WebSite/index.html
+++ b/WebSite/index.html
@@ -25,7 +25,7 @@
Special commands)
-
+
Already know how IF works? Here’s the scoop for this app:
@@ -43,7 +43,7 @@
devices that offer them). Try them!
-
+
In this game, you are the center of a story. You will type commands
@@ -62,7 +62,7 @@
and you’ll have a good idea how to experiment further.
-
+
The simplest IF commands are usually one or two words:
@@ -102,7 +102,7 @@
understand you.
-
+
If you are completely at sea, you can always try these commands:
@@ -138,7 +138,7 @@
in the game world.
-
+
The game world is divided into locations — usually called
@@ -185,7 +185,7 @@
CLIMB LADDER
-
+
You’re probably staring at your dictionary and shuddering in terror
@@ -230,7 +230,7 @@
WAIT
-
+
- SAVE
diff --git a/WebSite/page.css b/WebSite/page.css
index d3fc496..821ca04 100644
--- a/WebSite/page.css
+++ b/WebSite/page.css
@@ -10,7 +10,7 @@ body {
h1 {
color: #543;
background: #F8E8B8;
- font-size: 24px;
+ font-size: 20px;
padding: 4px 40px;
-moz-border-radius: 16px;
border-radius: 16px;
@@ -68,7 +68,10 @@ h2 {
.LinkLine {
font-style: italic;
font-size: 14px;
- margin-left: 40px;
+ background: #F8E8B8;
+ padding: 8px 40px;
+ -moz-border-radius: 16px;
+ border-radius: 16px;
}
.LinkLine a {
@@ -88,7 +91,7 @@ h2 {
}
h1 {
- font-size: 20px;
+ font-size: 17px;
padding: 4px 20px;
margin-top: 20px;
}
@@ -116,7 +119,7 @@ h2 {
.LinkLine {
font-style: italic;
font-size: 12px;
- margin-left: 0px;
+ padding: 4px 20px;
}
.License {