From 788cd7163b105b392f348af8949128ea61ceb155 Mon Sep 17 00:00:00 2001 From: Johannes Gilger Date: Sun, 6 Sep 2009 14:38:48 +0200 Subject: [PATCH] Site: W3C-Valid and CSS/HTML corrections * Makes all the pages (except "See it") W3C Valid * Adjusts a few texts here and there a little bit * Makes the menubar span the whole div and display correct on FF/Linux * Moves "GitX" in the header a few px down to center it Signed-off-by: Johannes Gilger --- Site/assets/css/master.css | 13 +++++------ Site/templates/site.html | 8 +++---- Site/text/contribute.markdown | 2 +- Site/text/index.markdown | 41 +++++++++++++++-------------------- Site/text/links.markdown | 6 ++--- Site/text/seeit.markdown | 4 ++-- 6 files changed, 33 insertions(+), 41 deletions(-) diff --git a/Site/assets/css/master.css b/Site/assets/css/master.css index 760a7cf..1a963e5 100644 --- a/Site/assets/css/master.css +++ b/Site/assets/css/master.css @@ -63,15 +63,16 @@ h3, h4 #header { - height: 100px; + height: 90px; font-size: 400%; color: white; text-align: center; + padding-top: 10px; background-image: url('../images/header.jpg'); background-repeat: no-repeat; - background-position:center; + background-position:absolute; } #content @@ -156,12 +157,8 @@ h3, h4 margin-left: 10px; margin-top: 10px; } -h2.noclear -{ - clear: none; -} -p.noclear +.noclear { clear: none; } @@ -176,7 +173,7 @@ p.noclear #nav a { display: block; - width: 90px; + width: 100px; padding: 2px; margin: 4px 4px 0px 4px; diff --git a/Site/templates/site.html b/Site/templates/site.html index c308843..9a59ac1 100644 --- a/Site/templates/site.html +++ b/Site/templates/site.html @@ -9,11 +9,11 @@ end GitX - <%= @title %> - + - + - +
@@ -24,7 +24,7 @@ end <%= create_link("index", "Home") %> <%= create_link "seeit", "See it" %> <%= create_link "contribute", "Contribute" %> - <%= create_link 'release_history', "Release History" %> + <%= create_link 'release_history', "Release History" %> <%= create_link 'user_manual', "User Manual" %> <%= create_link 'links', "Links" %> <%= create_link 'contact', "Contact" %> diff --git a/Site/text/contribute.markdown b/Site/text/contribute.markdown index 66a752d..a142685 100644 --- a/Site/text/contribute.markdown +++ b/Site/text/contribute.markdown @@ -32,6 +32,6 @@ reach Lighthouse or don't want to register for an account, you can also send the If you don't want to or can't help with the code you can also support this project by making a donation using the button below.

- Click here to lend your support to: gitx and make a donation at www.pledgie.com ! + Click here to lend your support to: gitx and make a donation at www.pledgie.com !

diff --git a/Site/text/index.markdown b/Site/text/index.markdown index 7de3247..a365169 100644 --- a/Site/text/index.markdown +++ b/Site/text/index.markdown @@ -1,44 +1,39 @@ <% @title = "Home" %>
+
-Download GitX -
Version <%= ReleaseNotes::last_version %>
-
+ Download GitX
Version <%= ReleaseNotes::last_version %> +
-

- GitX -

- -

GitX is a git GUI specifically for Mac OS X. It currently +

GitX

+

+ GitX is a git GUI made for Mac OS X. It currently features a history viewer much like gitk and a commit GUI like git gui. But -then in silky smooth OS X style!

+then in silky smooth OS X style! +

-

- Features -

+

Features

  • Detailed history viewer
  • Nice commit GUI, allowing hunk- and line-wise staging
  • -
  • Fast
  • -
  • Nice Aqua interface
  • -
  • Paste commits to gist.github.com
  • +
  • Fast workflow, auto-refresh option
  • Explore tree of any revision
  • +
  • Nice Aqua interface
  • +
  • Paste commits to gist.github.com
  • QuickLook integration
-

- Requirements -

+ +

Requirements

- GitX is made specifically for Mac OS X 10.5 and higher. Because it uses features like Garbage Collection, you can't compile it on earlier systems. GitX also requires a fairly recent Git -- version 1.5.4 and higher are all supported. + GitX runs on Mac OS X 10.5 Leopard and Mac OS X 10.6 Snow Leopard. Because it uses features like Garbage Collection, you can't compile it on earlier systems. GitX also requires a fairly recent Git -- version 1.5.6 and higher are all supported.

-

- Download -

+ +

Download

The newest version of GitX is <%= ReleaseNotes::last_version %>. This version can be downloaded from here. To see what has changed, read the Release History.

- After you have started it once, you can install the command-line tool through the menu (GitX->Enable Terminal Usage…). This will install a “gitx” binary in /usr/local/bin. + After starting GitX, you can install the command-line tool through the menu (GitX->Enable Terminal Usage…). This will install a “gitx” binary in /usr/local/bin.

diff --git a/Site/text/links.markdown b/Site/text/links.markdown index 43ed82f..4321fe6 100644 --- a/Site/text/links.markdown +++ b/Site/text/links.markdown @@ -5,9 +5,9 @@ diff --git a/Site/text/seeit.markdown b/Site/text/seeit.markdown index b022c10..07e28e3 100644 --- a/Site/text/seeit.markdown +++ b/Site/text/seeit.markdown @@ -42,7 +42,7 @@

Screencasts

-
+
Screencast
@@ -59,4 +59,4 @@ episodelist.innerHTML += '
  • ' + s[1] + '
  • '; } - \ No newline at end of file +