css clean up
This commit is contained in:
parent
13f75e75e3
commit
df58a996ee
16 changed files with 401 additions and 2199 deletions
|
@ -27,7 +27,8 @@
|
|||
</script>
|
||||
<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="/stylesheets/styles_{{ site.style }}.css">
|
||||
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.3.0/base-min.css">
|
||||
<link rel="stylesheet" href="/stylesheets/screen.css">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
@ -38,10 +39,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="outter-wrapper">
|
||||
<div class="wrapper">
|
||||
<div id="wrapper">
|
||||
|
||||
<section>
|
||||
<div id="title">
|
||||
<header>
|
||||
{% if page:header-homelink %}
|
||||
{% assign homelink = page:header-homelink %}
|
||||
{% else %}
|
||||
|
@ -62,18 +62,17 @@
|
|||
{% endif %}
|
||||
</p>
|
||||
<hr>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<section>
|
||||
<div id="content">
|
||||
|
||||
{{ content }}
|
||||
|
||||
<p class="clear">
|
||||
</div>
|
||||
<p class="clear"></p>
|
||||
<hr class="clear">
|
||||
<footer>
|
||||
<span class="credits left"><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fgjankowiak.github.com{{ page.url | cgi_escape }}">Validate</a> HTML</span>
|
||||
<span class="credits right">Hosted on GitHub Pages — Theme derived from <a href="http://twitter.com/#!/michigangraham">mattgraham</a> —
|
||||
Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||
<span class="credits right">Hosted on GitHub Pages — Powered by <a href="http://jekyllrb.com/">Jekyll</a>
|
||||
</span>
|
||||
</footer>
|
||||
</section>
|
||||
|
@ -94,7 +93,6 @@
|
|||
var pageTracker = _gat._getTracker("UA-38752691-1");
|
||||
pageTracker._trackPageview();
|
||||
} catch(err) {}
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue