From 6077dd5e138ba45de5f1ce12fef2b7133a8bcd19 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 31 Mar 2012 01:10:52 -0400 Subject: [PATCH] fix span --- static/index.html | 27 +++++++++++++++++++++------ static/style.css | 8 ++++++++ 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/static/index.html b/static/index.html index 91ea98e..d0b37e0 100644 --- a/static/index.html +++ b/static/index.html @@ -8,8 +8,18 @@ h1 { margin: 0 0 30px 0; background: url(logo.png) no-repeat center; height: 165px; } h1 span, p.tagline { display: none; } - - + + +
@@ -57,13 +67,18 @@ # Merge unpublished branch into current branch, then remove it. $ git branches -# Nice & pretty list of branches + publication status. - - +# Nice & pretty list of branches + publication status.

Installing Legit

To install the legit command:

-
$ brew install legit
+ +
+
$ pip install legit
+
+ +
+
$ brew install legit
+

To enable the git aliases:

$ legit install
diff --git a/static/style.css b/static/style.css index 21220bb..495883c 100644 --- a/static/style.css +++ b/static/style.css @@ -222,3 +222,11 @@ input.openid { background: url(openid.png) no-repeat 4px center; .vg { color: #000000 } /* Name.Variable.Global */ .vi { color: #000000 } /* Name.Variable.Instance */ .il { color: #990000 } /* Literal.Number.Integer.Long */ + +.install { + display: none; +} + +.install.default { + display: block; +}