Skip to content

Commit 5b63a17

Browse files
kmk3xuhdev
authored andcommitted
default.html: make main div more visible
Move blank line before it and mark the end tag. This makes it easier to spot where it begins and ends in the output when making changes to the content. Also makes the "content" div look more consistent.
1 parent 0a44d58 commit 5b63a17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
</div>
6666

6767
<div id="content">
68-
6968
<header>
7069
<h1>EditorConfig</h1>
7170
</header>
71+
7272
<div id="main" role="main">
7373
{{ content }}
74-
</div>
74+
</div> <!-- main -->
7575

7676
<footer>
7777
The EditorConfig website is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.

0 commit comments

Comments
 (0)