log

age author description
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: Boostrap-ish markup of footers
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: apply Bootstrap-compatible table.table class, now when the conflicting div.table styling is gone
Mon, 09 Jan 2017 00:41:30 +0100 Mads Kiilerich style: rename div.table to Bootstrap .panel-body
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: introduce pull-left and pull-right in more places
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: introduce text-nowrap and avoid using direct white-space: nowrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: refactor panel headings - use pull-left and pull-right and introduce clearfix like Bootstrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop unnecessary <ul> markup
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: introduce h2 h3 h4 h5 for emphasis and drop some explicit styling
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: change indentation of changeset_range.html
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: template markup changes for changeset.html, preparing for Bootstrap
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop dead 'fields' class references
Sat, 24 Dec 2016 17:26:48 +0100 Mads Kiilerich style: drop some trivial comments in templates
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: update copyright notice in footer to 2017
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: use valid ids for input fields in hook settings so labels can reference them correctly
Fri, 06 Jan 2017 01:43:51 +0100 Mads Kiilerich templates: div inside pre is not valid html - use span instead
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: div inside dl is not valid html - move system settings message outside the dl
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: form inside h5 is not valid html
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: drop unused duplicate id in files_add
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: make sure the fork submit button has a valid name
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: make various tables more well-formed with consistent columns
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: textarea doesn't have a size attribute - drop it!
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: drop id="body" on body - it wasn't used and caused duplicate IDs
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: replace various invalid attributes with data attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: replace invalid metatag attributes with data attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: replace invalid lazy-cs attributes with data attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: drop unused and invalid attributes
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: fix missing / superfluous close tags
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich templates: fix malformed tag closings
Fri, 06 Jan 2017 01:43:50 +0100 Mads Kiilerich style: drop png version of Kallithea logo - all supported browsers are fine with svg
Sun, 25 Dec 2016 04:08:38 +0100 Mads Kiilerich DataTables: update to 1.10.13 and add files for Bootstrap