From 671083eaf309888525e857cf4883cafb353d9887 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Wed, 29 Oct 2014 23:28:41 +0100
Subject: Removed remnants of layout iteration and cleaned CSS * both the CSS
and master template markup contained cruft from the previous blog version and
its slightly different layout * removed unnecessary distinction between
footer and its _taglist_ as the old footer element is now only a _taglist_ **
promoted previous `last_line` to `footer` as it is the actual footer *
unified the different list styles as much as possible ** e.g. introduced new
`topline` attribute instead of declaring the title-separator line for each
style separately ** removed `taglist` class by declaring its rules directly
in the `tags` id ** removed now unnecessary `archivtag` class ** introduced
`sparselist` class which enables list such as the one contained the latest
microblog entries to have extra padding * merged `list_tags` helper template
into primary master template ** this separation was not only unnecessary but
decreased the readability as it provided no real encapsulation
---
utility/master.xsl | 33 ++++++++++++++-------------------
1 file changed, 14 insertions(+), 19 deletions(-)
(limited to 'utility')
diff --git a/utility/master.xsl b/utility/master.xsl
index 8ca4a04..84ecfe7 100644
--- a/utility/master.xsl
+++ b/utility/master.xsl
@@ -14,19 +14,7 @@
indent="no"
/>
-
-
-
-
-
+
@@ -47,7 +35,7 @@