Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lehnardt committed Jul 23, 2009
1 parent dc984d4 commit 32cb5c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion couchdbx/css/custom.css
Expand Up @@ -8,6 +8,10 @@ h2 {
color:#676767;
}

h4, h5 {
margin-top:4ex;
}

body {
font-size:14pt;
}
Expand All @@ -26,8 +30,9 @@ img {
margin-right:6em;
}

h3.fine {
h5.fine {
font-size:0.9em;
font-weight: normal;
}
p.fine {
font-size:0.8em;
Expand Down
6 changes: 3 additions & 3 deletions couchdbx/index.html
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" href="css/blueprint/ie.css" type="text/css" media="screen, projection">
<![endif]-->

<title>CouchDBX — The one-click CouchDB Package for the Mac</title>
<title>CouchDBX — The one-click CouchDB Package for your Mac</title>
</head>

<body>
Expand All @@ -38,15 +38,15 @@ <h3>Latest Release</h3>
<a href="http://cloud.github.com/downloads/janl/couchdbx-core/CouchDBX-0.9.1-R13B.zip">This version is 0.9.1-R13B</a>. It includes Apache CouchDB 0.9.1, Erlang R13B, Spidermonkey 1.7 and ICU 3.8.
</p>

<h3>Older Versions</h3>
<h4>Older Versions</h4>
<p>
<a href="http://cloud.github.com/downloads/janl/couchdbx-core/CouchDBX-0.9.0-R13B.zip">This version is 0.9.0-R13B</a>. It includes Apache CouchDB 0.9.0, Erlang R13B, Spidermonkey 1.7 and ICU 3.8.
</p>
<p>
<a href="http://cloud.github.com/downloads/janl/couchdbx-core/CouchDBX.zip">This version is 0.9.0-R12B-5</a>. It includes Apache CouchDB 0.9.0, Erlang R12B-5, Spidermonkey 1.7 and ICU 3.8.
</p>

<h3 class="fine"> Fine Print </h3>
<h5 class="fine"> Fine Print </h5>
<p class="fine">
CouchDBX is an <em>unofficial</em> release of <a href="http://couchdb.apache.org/">Apache CouchDB</a>. It only supports
Intel-based Macs running Mac OS X 10.5 Leopard or newer.
Expand Down

0 comments on commit 32cb5c0

Please sign in to comment.