all repos — website @ 7321e667e9bdd429133591acd004d31e6d4b754c

My website

Remove inline styles

Alan Pearce
commit

7321e667e9bdd429133591acd004d31e6d4b754c

parent

ae5793d52c8b186184c074869aab9386f79acadc

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

changed files
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>