Skip to content

Commit 8b39868

Browse files
committed
cleaned up stylesheet
1 parent 61015ad commit 8b39868

9 files changed

Lines changed: 731 additions & 924 deletions

File tree

_layouts/default.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
{% include top.html %}
55

6-
{% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %}
6+
{% assign currentRequest = page.url | remove_first: '/' | downcase | split: '/' %}
7+
8+
<body>
79

8-
<body>
9-
1010
{% include navigation.html currentRequest=currentRequest %}
1111

1212
<div id="container">
@@ -16,9 +16,7 @@
1616
</section>
1717
</div>
1818
</div>
19-
</body>
2019

2120
{% include footer.html %}
21+
</body>
2222
</html>
23-
24-
<!-- Page Info: DEFAULT Layout -->

_site/about/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
</head>
2525

2626

27-
28-
29-
<body>
3027

28+
29+
<body>
30+
3131

3232
<!-- Navigation Start -->
3333
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
@@ -218,7 +218,6 @@ <h3 id="bus-3d-models">Bus 3D Models:</h3>
218218
</section>
219219
</div>
220220
</div>
221-
</body>
222221

223222
<footer>
224223
<div class="container">
@@ -284,6 +283,5 @@ <h3 id="bus-3d-models">Bus 3D Models:</h3>
284283
}
285284
</script>
286285
<!-- Scripts END -->
286+
</body>
287287
</html>
288-
289-
<!-- Page Info: DEFAULT Layout -->

0 commit comments

Comments
 (0)