sapling/mercurial/templates/paper
Anton Shestakov c10914bf05 hgweb: use css margin instead of empty <p> before diffstat table
The <p> elements were used to create an empty space between the diffstat link
and the diffstat table, but they don't have any semantic meaning, so it is
better to use css instead.

Default margins for <p> elements can differ depending on the browser, but
usually the margin is 1em (exceptions are IE 6 and 7 with 14pt, which is
comparable). The css rule sets top margin to 1em.

This change is a "better version" of e028c221db4e, where <p> elements were
simply properly closed.
2015-02-05 20:34:30 +08:00
..
bookmarks.tmpl hgweb: use css margin instead of empty <p> before <div class="atom-logo"> 2015-02-05 19:24:35 +08:00
branches.tmpl hgweb: use css margin instead of empty <p> before <div class="atom-logo"> 2015-02-05 19:24:35 +08:00
changeset.tmpl hgweb: use css margin instead of empty <p> before diffstat table 2015-02-05 20:34:30 +08:00
diffstat.tmpl hgweb: make stripes in diffstat with CSS 2013-07-13 18:06:57 +04:00
error.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
fileannotate.tmpl paper: remove unused occurence of changelogtag in views 2013-08-03 00:34:56 +04:00
filecomparison.tmpl paper: remove unused occurence of changelogtag in views 2013-08-03 00:34:56 +04:00
filediff.tmpl paper: remove unused occurence of changelogtag in views 2013-08-03 00:34:56 +04:00
filelog.tmpl hgweb: use css margin instead of empty <p> before <div class="atom-logo"> 2015-02-05 19:24:35 +08:00
filelogentry.tmpl hgweb: make stripes in file log with CSS 2013-07-13 18:03:35 +04:00
filerevision.tmpl hgweb: fix lack of "bookmarks" link in "/file" page of "paper" style 2014-04-17 09:36:08 +09:00
footer.tmpl web: Made elapsed time calculation dynamic (javascript). 2011-04-28 17:02:39 +02:00
graph.tmpl hgweb: use css margin instead of empty <p> before <div class="atom-logo"> 2015-02-05 19:24:35 +08:00
header.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
help.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
helptopics.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
index.tmpl hgweb: make stripes in repo list with CSS 2013-07-13 17:49:20 +04:00
manifest.tmpl paper: define searchhint message in map file and use it in other templates 2013-07-25 01:12:25 +04:00
map hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904) 2015-01-03 17:50:21 +08:00
notfound.tmpl hgweb: urlescape all urls, HTML escape repo/tag/branch/... names 2013-02-01 20:43:35 +01:00
search.tmpl templates: fix broken "less" & "more" links in paper style (issue4460) 2014-11-21 13:58:49 +08:00
shortlog.tmpl hgweb: use css margin instead of empty <p> before <div class="atom-logo"> 2015-02-05 19:24:35 +08:00
shortlogentry.tmpl paper: get rid of changelogtag template duplication 2013-07-22 17:07:19 +04:00
tags.tmpl hgweb: use css margin instead of empty <p> before <div class="atom-logo"> 2015-02-05 19:24:35 +08:00