diff --git a/root/author.html b/root/author.html index ba6984c69c..afab19e1fc 100644 --- a/root/author.html +++ b/root/author.html @@ -148,9 +148,7 @@
<% INCLUDE inc/author-pic.html author = author %>
<% IF releases.0 %> diff --git a/root/inc/release-tools.html b/root/inc/release-tools.html index a94eeb380c..b58606f691 100644 --- a/root/inc/release-tools.html +++ b/root/inc/release-tools.html @@ -1,22 +1,22 @@
  • - Download (<% release.stat.size | format_bytes %>b) + Download (<% release.stat.size | format_bytes %>b)
  • <%- IF module %>
  • - Toggle Table of Contents + Toggle Table of Contents
  • <%- END %>
  • "> - MetaCPAN Explorer + MetaCPAN Explorer
  • - Rate this distribution + Rate this distribution
  • diff --git a/root/recent.html b/root/recent.html index 1c32d783e9..bf87a60d50 100644 --- a/root/recent.html +++ b/root/recent.html @@ -7,9 +7,7 @@
    <%- MoY = [undef, 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December']; diff --git a/root/static/css/style.css b/root/static/css/style.css index 139cc7b322..3d26419319 100644 --- a/root/static/css/style.css +++ b/root/static/css/style.css @@ -159,6 +159,7 @@ ul { .comment { color: #999; font-size: 0.8em; + padding-right: 15px; } .select-text { diff --git a/root/static/less/nav-list.less b/root/static/less/nav-list.less index 9409d187c4..9a6a2d3e5c 100644 --- a/root/static/less/nav-list.less +++ b/root/static/less/nav-list.less @@ -76,6 +76,12 @@ ul.nav-list.box-right { margin-right: 5px; } +.slidepanel { + .fa { + margin-right: 2px; + } +} + .nav-list .divider { width: 100%; height: 1px;