all repos — homestead @ c2fe545dcc151f44ae8a3937560d057004b6a34f

Code for my website

Remove inline styles

Alan Pearce
commit

c2fe545dcc151f44ae8a3937560d057004b6a34f

parent

3356854425a6bef22d20858a93bd3b085a74416a

3 files changed, 6 insertions(+), 2 deletions(-)

jump to
M templates/list.htmltemplates/list.html
@@ -25,7 +25,7 @@ </nav>
</header> <main id="content"> <div class="filter"> - <h3>Tag</h3> + <h3 class="filter">Tag</h3> <small> <a href="../">Remove filter</a> </small>
M templates/style.csstemplates/style.css
@@ -41,6 +41,10 @@ text-decoration: none;
border: 0; } +.filter { + margin-bottom: 0; +} + time { font-style: italic; }
M templates/tags.htmltemplates/tags.html
@@ -24,7 +24,7 @@ <a href="/">Home</a>
</nav> </header> <main id="content"> - <h3 style="margin-bottom: 0">Tags</h3> + <h3 class="filter">Tags</h3> <ul class="tags"> <li class="h-feed"> <a href="/tags/tag">#tag</a>