Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CSS Issues and Typo #47

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
body {

background-color: #e8e8e8;
font-family: "Helvetica,Arial,FreeSans";
font-family: Helvetica, Arial, sans-serif;
color: #ffffff;
}

Expand Down Expand Up @@ -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;
Expand All @@ -73,6 +72,9 @@

#download a {
text-decoration: none;
margin-top: 4px;
margin-left: 6px;
display: block;
}

#download:hover {
Expand All @@ -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;}
Expand Down Expand Up @@ -137,7 +139,7 @@ <h1><a href="http://github.com/mgorbach/MacFusion2"><img src="images/macfusionIc
<li>Work with your files using your favorite Mac OS X applications directly. No manual upload or download needed!</li>
<li>Support for SSH (Secure Shell) and FTP (File Transfer Protocol) servers.</li>
<li>Uses your machine's native configuration for SSH, including support for private keys and custom settings.</li>
<li>Quickly connect to a any server using the Quick Connect dialog, accessible from Macfusion's optional menu item.</li>
<li>Quickly connect to any server using the Quick Connect dialog, accessible from Macfusion's optional menu item.</li>
</ul>
<h2>Dependencies</h2>
<p>You need to have the latest for version of Google's MacFUSE installed in order to use Macfusion. Get it <a href="http://code.google.com/p/macfuse/">here</a>.</p>
Expand All @@ -149,7 +151,7 @@ <h2>Source Code</h2>
<a href="http://github.com/mgorbach/MacFusion2/zipball/master">zip</a> or
<a href="http://github.com/mgorbach/MacFusion2/tarball/master">tar</a> formats.
</p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:<br><b>$ git clone git://github.com/mgorbach/MacFusion2</b></p>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a> by running:<br><pre>$ git clone git://github.com/mgorbach/MacFusion2</pre></p>

</div>

Expand Down