From a9141980b959d5f89d65c5b4580753020a7528ad Mon Sep 17 00:00:00 2001
From: Evin Ugur
Date: Thu, 12 Feb 2015 02:07:59 -0500
Subject: [PATCH 1/2] Fixed CSS
---
index.html | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
index f36f350..0394885 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;}
@@ -149,7 +151,7 @@ Source Code
zip or
tar formats.
- 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
From 6da8c6a807136fd302926eb89c96f7fda511658d Mon Sep 17 00:00:00 2001
From: Evin Ugur
Date: Thu, 12 Feb 2015 02:08:41 -0500
Subject: [PATCH 2/2] Fixed typo
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Separate commit incase the CSS change gets rejected this is still
something you’d want to patch in
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 0394885..56dd6ff 100644
--- a/index.html
+++ b/index.html
@@ -139,7 +139,7 @@