diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-29 10:30:51 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-29 10:30:51 +0100 |
commit | f4899f475a24a6cee3bd7736c57cf2aaf608b672 (patch) | |
tree | 6b7566360b50682617100920dfb4cf0c61cfcdb6 | |
parent | e4d13a71297918716b7c58cf32945aee783b00e2 (diff) |
Write copyright message in small.
-rw-r--r-- | app/views/request/_sidebar.rhtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/request/_sidebar.rhtml b/app/views/request/_sidebar.rhtml index 4a503d574..9d4ac8234 100644 --- a/app/views/request/_sidebar.rhtml +++ b/app/views/request/_sidebar.rhtml @@ -34,6 +34,6 @@ <% end %> <p><%= link_to "Event history details", request_details_url(@info_request) %></p> - <p><a href="/help/about#commercial">Are you the owner of - any commercial copyright on this page?</a></p> + <p><small><a href="/help/about#commercial">Are you the owner of + any commercial copyright on this page?</a></small></p> </div> |