diff --git a/index.html b/index.html index f36f350..56dd6ff 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ body { background-color: #e8e8e8; - font-family: "Helvetica,Arial,FreeSans"; + font-family: Helvetica, Arial, sans-serif; color: #ffffff; } @@ -51,16 +51,15 @@ -webkit-border-bottom-right-radius: 20px; height: 1050px; } - + #download { background-color: #003366; - font-size: 1.1em; color: white; + color: white; position:relative; margin-left: auto; margin-right: 130px; width: 220px; height: 22px; - right:0px; top:-80px; text-align: center; -webkit-border-radius: 10px; @@ -73,6 +72,9 @@ #download a { text-decoration: none; + margin-top: 4px; + margin-left: 6px; + display: block; } #download:hover { @@ -97,7 +99,7 @@ a { color: white; } .description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;} .download { float: right; } - pre { background: #000; color: #fff; padding: 15px;} + pre { background: #336699; color: #fff; padding: 15px;} hr { border: 0; width: 80%; border-bottom: 1px solid #aaa} .footer { text-align:center; padding-top:30px; font-style: italic; } .screenshot { text-align: center; margin-bottom: 10px;} @@ -137,7 +139,7 @@
You can also clone the project with Git by running:
$ git clone git://github.com/mgorbach/MacFusion2
You can also clone the project with Git by running:
$ git clone git://github.com/mgorbach/MacFusion2