sapling/mercurial/templates/spartan
FUJIWARA Katsunori 4ea3569fd2 hgweb: align entries in "changelog" and "revisions" pages of "spartan" style
Before this patch, each log entries in "changelog" and "revisions"
pages of "spartan" style are not aligned by column, because:

  - each log entries are separated "<table>" entries, and
  - there are no fixed "width" information for each "<th>"/"<td>" entries

This patch aligns entries in "changelog" and "revisions" pages of
"spartan" style by:

  - adding 'label' class to '<th>' for 'age' information, and
  - setting 'width' of '<th class="label">' with fixed size

'class="age"' is not used for this purpose, because it is also used to
set "bold" font-weight

"16em" seems to be wide enough to show date information fully, when
web browser disables (or doesn't support) javascript.
2014-04-17 09:36:09 +09:00
..
branches.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
changelog.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
changelogentry.tmpl hgweb: align entries in "changelog" and "revisions" pages of "spartan" style 2014-04-17 09:36:09 +09:00
changeset.tmpl hgweb: apply the websub filter to revision descriptions 2013-02-09 16:48:21 +01:00
error.tmpl setup: install translation files as package data 2009-12-01 16:06:10 +01:00
fileannotate.tmpl hgweb: apply the websub filter to revision descriptions 2013-02-09 16:48:21 +01:00
filediff.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
filelog.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
filelogentry.tmpl hgweb: align entries in "changelog" and "revisions" pages of "spartan" style 2014-04-17 09:36:09 +09:00
filerevision.tmpl hgweb: apply the websub filter to revision descriptions 2013-02-09 16:48:21 +01:00
footer.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
graph.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
header.tmpl hgweb: infinite scroll support for monoblue style 2014-01-08 00:47:44 +09:00
index.tmpl hgweb: add a "URL breadcrumb" to the index and repository pages 2012-11-28 20:21:26 +01:00
manifest.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
map hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
notfound.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
search.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
shortlog.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
shortlogentry.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
tags.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00