Change page title, intro text.
This commit is contained in:
parent
e5a32e27ca
commit
2e7e48b725
2 changed files with 5 additions and 3 deletions
|
@ -35,6 +35,8 @@ p { margin: 0 0 .7em; max-width: 700px; }
|
|||
h2 { border-bottom: 1px solid #ccc; font-size: 1.2em; margin: 3em 0 1em 0; font-weight: bold;}
|
||||
h3 { font-weight: bold; }
|
||||
|
||||
h2.intro { border-bottom: none; font-size: 1em; font-weight: normal; }
|
||||
|
||||
ul li { list-style: disc; margin-left: 1em; margin-bottom: 1.25em; }
|
||||
ol li { margin-left: 1.25em; }
|
||||
ol ul, ul ul { margin: .25em 0 0; }
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame -->
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
|
||||
<title>Chosen - a javascript select thingy</title>
|
||||
<title>Chosen - a javascript plug-in for jQuery and Prototype - makes select boxes better</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Patrick Filler, Harvest">
|
||||
|
||||
|
@ -33,12 +33,12 @@
|
|||
<body>
|
||||
<div id="container">
|
||||
<header>
|
||||
<a href="http://www.getharvest.com/">Built by Harvest</a>
|
||||
<a href="http://www.getharvest.com/">Built by Harvest</a>
|
||||
<h1>Chosen</h1>
|
||||
</header>
|
||||
<div id="content">
|
||||
<div id="container">
|
||||
<p>Chosen is a javsacript plug-in that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.</p>
|
||||
<h2 class="intro">Chosen is a javsacript plug-in that makes long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.</h2>
|
||||
<a href="https://github.com/harvesthq/chosen/">Project page on GitHub</a>
|
||||
|
||||
<h2>Standard Select</h2>
|
||||
|
|
Loading…
Reference in a new issue