Fix titles, prettify Release Notes.

This commit is contained in:
Christian Williams & Jay Phillips 2010-07-23 18:14:22 -07:00
parent e1240cc364
commit 9464ac6ea9
3 changed files with 8 additions and 45 deletions

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: Blogging Like a Hacker title: Jasmine User Guide
--- ---
======= =======
@ -16,7 +16,7 @@ Quick Start
### Which Release Should I Use? ### Which Release Should I Use?
Please use the latest version unless you have a good reason not to. Some of this documentation may not be applicable to older versions. Please see [Release Notes](http://pivotal.github.com/jasmine/release-notes) for change information. Please use the latest version unless you have a good reason not to. Some of this documentation may not be applicable to older versions. Please see [Release Notes](release-notes.html) for change information.
Why Another JavaScript TDD/BDD Framework? Why Another JavaScript TDD/BDD Framework?
----------- -----------

View File

@ -1,6 +1,6 @@
--- ---
layout: default layout: default
title: Blogging Like a Hacker title: Jasmine Javascript Testing Framework
--- ---
<style type="text/css"> <style type="text/css">
h2 { border-top: none; } h2 { border-top: none; }
@ -16,7 +16,7 @@ describe("Jasmine", function() {
<ul> <ul>
<li><a href="docs.html">User Guide</a></li> <li><a href="docs.html">User Guide</a></li>
<li><a href="jsdoc/index.html">API Documentation</a></li> <li><a href="jsdoc/index.html">API Documentation</a></li>
<li><a href="release-notes.html">Release Notes</a></li> <li><a href="release-notes.html.markdown">Release Notes</a></li>
<li><a href="http://github.com/pivotal/jasmine#README">Developer Guide</a></li> <li><a href="http://github.com/pivotal/jasmine#README">Developer Guide</a></li>
</ul> </ul>

View File

@ -1,42 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ---
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> layout: default
title: Jasmine Javascript Testing Framework
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> ---
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>pivotal/jasmine @ GitHub</title>
<style type="text/css">
body {
margin-top: 1.0em;
background-color: #ffffff;
font-family: "Helvetica,Arial,FreeSans";
color: #000000;
}
#container {
margin: 0 auto;
width: 800px;
}
h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
h1 .small { font-size: 0.4em; }
h1 a { text-decoration: none }
h2 { font-size: 1.5em; color: #000000; }
h3 { text-align: center; color: #000000; }
a { color: #000000; }
.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; 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; }
table td { white-space:nowrap; }
</style>
</head>
<body>
<h1>Release Notes</h1> <h1>Release Notes</h1>
<div class="wikistyle"> <div class="wikistyle">
@ -74,5 +39,3 @@
<li>If you turn on the mock clock, you&#8217;ll get a spurious log message at the end of your spec.</li> <li>If you turn on the mock clock, you&#8217;ll get a spurious log message at the end of your spec.</li>
</ul> </ul>
</div> </div>
</body>
</html>