mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 06:36:04 +00:00
ie5 fix take 2
This commit is contained in:
parent
09aa775981
commit
7fc191d42f
1 changed files with 2 additions and 3 deletions
|
@ -66,9 +66,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<div class="sidebar-list">
|
||||
<div>
|
||||
<h2>BLOG POSTS</h2>
|
||||
</div>
|
||||
<h2>BLOG POSTS</h2>
|
||||
{#each posts as post}
|
||||
<div><a href={post.slug}>{post.title}</a></div>
|
||||
{/each}
|
||||
|
@ -123,6 +121,7 @@
|
|||
}
|
||||
.sidebar-list h2 {
|
||||
margin: 0;
|
||||
display: table;
|
||||
}
|
||||
|
||||
#main-table {
|
||||
|
|
Loading…
Add table
Reference in a new issue