Skip to content

Commit

Permalink
Remove the unnecessary global.js file, remove the old baseline grid i…
Browse files Browse the repository at this point in the history
…mage, add in hashgrid, update readme to remove finished todos;
  • Loading branch information
mdo committed Apr 27, 2011
1 parent eb81782 commit 677b555
Show file tree
Hide file tree
Showing 8 changed files with 379 additions and 90 deletions.
Binary file added img/baseline-10px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/baseline-20px.png
Binary file not shown.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Baseline</title>
<title>Twitter Baseline</title>

<!-- // Less.js at the ready! -->
<link rel="stylesheet/less" type="text/css" media="all" href="less/baseline.less" />
Expand All @@ -11,6 +11,7 @@
<!-- // jQuery! -->
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="http://tablesorter.com/jquery.tablesorter.min.js"></script>
<script type="text/javascript" src="js/jquery/hashgrid.js"></script>
<script type="text/javascript">
$(document).ready(function(){
// Active state in top nav
Expand All @@ -36,7 +37,7 @@
<!--
<style>
body {
background: url(img/baseline-20px.png) repeat 0 0, url(img/grid-940px.png) repeat-y top center;
background: url(img/baseline-10px.png) repeat 0 0, url(img/grid-940px.png) repeat-y top center;
background-color: #fff;
}
</style>
Expand Down
75 changes: 0 additions & 75 deletions js/global.js

This file was deleted.

Loading

0 comments on commit 677b555

Please sign in to comment.