Add a tagline;

This commit is contained in:
Davis W. Frank 2011-01-25 13:17:41 -08:00
parent 1f46196280
commit 29af31ef73
4 changed files with 3 additions and 9 deletions

View File

@ -24,15 +24,6 @@ body
font-size:87.5%; /* 16px * 0.875 = 14px */
line-height: 137.5%; /* 16px * 1.375 = 22px */
}
.content {
margin: 32px;
}
.copy {
margin-top: 24px;
}
a
{
color: #55862e;

View File

@ -10,6 +10,7 @@
<img alt='Fork me on GitHub' class='github' src='http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png' style='position: absolute; top: 0; right: 0; border: 0;' />
<div class='banner'>
<img alt='Jasmine: BDD for your JavaScript' src='/jasmine/images/jasmine_logo.png' />
<h3>BDD for JavaScript</h3>
</div>
<section class='content'>
<div class='copy'>

View File

@ -10,6 +10,7 @@
<img alt='Fork me on GitHub' class='github' src='http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png' style='position: absolute; top: 0; right: 0; border: 0;' />
<div class='banner'>
<img alt='Jasmine: BDD for your JavaScript' src='/jasmine/images/jasmine_logo.png' />
<h3>BDD for JavaScript</h3>
</div>
<section class='content'>
<div class='copy'>

View File

@ -9,5 +9,6 @@
%img.github{ :style => "position: absolute; top: 0; right: 0; border: 0;", :src => "http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png", :alt => "Fork me on GitHub" }
.banner
%img{ :src => "/jasmine/images/jasmine_logo.png", :alt => "Jasmine: BDD for your JavaScript" }
%h3 BDD for JavaScript
%section{ :class => "content" }= yield