Getting indentation more homogeneous

This commit is contained in:
Loïc Chardonnet
2012-01-31 11:48:34 +00:00
parent b7ae333d07
commit 741b17aadb
7 changed files with 53 additions and 89 deletions

View File

@@ -6,18 +6,18 @@
<head>
<!-- Basic Page Needs
================================================== -->
================================================== -->
<meta charset="utf-8">
<title>Your Page Title Here :)</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
================================================== -->
<link rel="stylesheet" href="stylesheets/base.css">
<link rel="stylesheet" href="stylesheets/skeleton.css">
<link rel="stylesheet" href="stylesheets/layout.css">
@@ -36,8 +36,6 @@
</head>
<body>
<!-- Primary Page Layout
================================================== -->
@@ -69,8 +67,6 @@
</div><!-- container -->
<!-- JS
================================================== -->
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
@@ -79,4 +75,4 @@
<!-- End Document
================================================== -->
</body>
</html>
</html>