Add a tagline;
This commit is contained in:
parent
1f46196280
commit
29af31ef73
@ -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;
|
||||
|
@ -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'>
|
||||
|
@ -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'>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user