Skip to content

Commit

Permalink
Made footer links less obnoxious.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcnamara committed Jan 4, 2012
1 parent ba5b3ce commit 0f859c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/public/css/refheap.css
Expand Up @@ -190,7 +190,7 @@ div#paste-header select {

div#footer {
width: initial;
color: #FFE93B;
color: #A2B943;
font-size: 13px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/refheap/views/common.clj
Expand Up @@ -55,8 +55,8 @@
(ph/link-to "http://mongodb.org" "MongoDB") ", "
(ph/link-to "http://pygments.org/" "Pygments")
", and "
(ph/link-to "http://photos.geni.com/p13/45/9a/44/22/5344483904b52482/img_7798_large.jpg" "Iguana") ". Please read: the terms of "
(ph/link-to "/legal/tos" "service") ", and "
(ph/link-to "http://photos.geni.com/p13/45/9a/44/22/5344483904b52482/img_7798_large.jpg" "Iguana") ". Please read: the "
(ph/link-to "/legal/tos" "terms of service") ", and "
(ph/link-to "/legal/privacy" "privacy") " policy."]]]]]))

(defn page-buttons [base n per page]
Expand Down

0 comments on commit 0f859c1

Please sign in to comment.