diff --git a/index.html b/index.html index ee71c40..72f376d 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ .description { font-size: 1.2em; margin-top: 50px; font-style: italic; float: right; text-align: right; } .download { float: right; } pre { background: #eff3e3; border: 3px solid black; color: #000; padding: 15px;} - hr { border: 15px solid #7ac142 } + hr { border: 15px solid #7ac142; clear: both; } .footer { text-align:center; padding-top:30px; font-style: italic; } table { border-collapse: collapse; width: 100% } table th, table td { border: 1px solid #aaa; padding: .2em; } @@ -58,10 +58,10 @@ describe("Jasmine", function() { });
@@ -75,12 +75,21 @@ describe("Jasmine", function() {
+ +gem install jasmine+
You can also clone the project with Git by running:
$ git clone git://github.com/pivotal/jasmine
Discussion: http://groups.google.com/group/jasmine-js
Group email: jasmine-js@googlegroups.com
@@ -89,10 +98,6 @@ describe("Jasmine", function() {
Twitter: @JasmineBDD