Skip to content

Commit

Permalink
fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
defeated committed Oct 6, 2010
1 parent 2a73662 commit c6db14a
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions index.html
Expand Up @@ -2,40 +2,31 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" media="all" href="css/libraries.css"/>
<link rel="stylesheet" type="text/css" media="all" href="css/template.css"/>
<link rel="stylesheet" type="text/css" media="all" href="css/grids.css"/>
<link rel="stylesheet" type="text/css" media="all" href="css/content.css"/>
<link rel="stylesheet" type="text/css" media="all" href="core/core.css"/>
<title>Object Oriented Cascading Style Sheets (OOCSS)</title>
</head>
<body>
<div class="page">
<h1>Object Oriented Cascading Style Sheets (OOCSS)</h1>
<div class="line">
<div class="unit size1of4">
<h2>Library</h2>
<ul>
<li><a href="library.html">Basic library example</a></li>
</ul>
</div>
<div class="unit size1of4">
<div class="unit size1of3">
<h2>Grids</h2>
<ul>
<li><a href="grids_docs.html">Grids documentation</a></li>
<li><a href="grids_all.html">All grid combinations</a></li>
<li><a href="core/grid/grids_doc.html">Grids documentation</a></li>
<li><a href="core/grid/grids_all.html">All grid combinations</a></li>
</ul>
</div>
<div class="unit size1of4">
<div class="unit size1of3">
<h2>Template</h2>
<ul>
<li><a href="template_docs.html">Template documentation</a></li>
<li><a href="template.html">Template example</a></li>
<li><a href="core/template/template_doc.html">Template documentation</a></li>
<li><a href="core/template/template.html">Template example</a></li>
</ul>
</div>
<div class="unit size1of4 lastUnit">
<div class="unit size1of3 lastUnit">
<h2>Module</h2>
<ul>
<li><a href="module.html">Module example</a></li>
<li><a href="core/module/mod_doc.html">Module documentation</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit c6db14a

Please sign in to comment.