Skip to content

Commit

Permalink
Do not uppercase the colophon
Browse files Browse the repository at this point in the history
The text that is shown next to it is not uppercased,
so it feels weird.

Fixes: plone/Products.CMFPlone#572
  • Loading branch information
gforcada committed Jun 21, 2015
1 parent ae1ad74 commit ba31cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions plonetheme/barceloneta/theme/less/barceloneta-compiled.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plonetheme/barceloneta/theme/less/footer.plone.less
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
}
}

#portal-siteactions, #portal-colophon {
#portal-siteactions {
display: inline-block;
text-transform: uppercase;
font-size: @plone-font-size-small;
Expand Down

0 comments on commit ba31cc8

Please sign in to comment.