Commit 6e9513557b4ffb2e624e91fb7902fd6dd257920e

Authored by Daniela Feitosa
2 parents b5d67b0a ab433a58

Merge branch 'stable'

po/pt/noosfero.po
... ... @@ -5110,7 +5110,7 @@ msgstr "Últimos itens"
5110 5110  
5111 5111 #: app/views/search/_article_last_change.rhtml:5
5112 5112 msgid "by %{name} at %{date}"
5113   -msgstr "por %{name} em %{date2}"
  5113 +msgstr "por %{name} em %{date}"
5114 5114  
5115 5115 #: app/views/search/_article_last_change.rhtml:8
5116 5116 msgid "Last update: %s."
... ...
public/stylesheets/application.css
... ... @@ -1394,6 +1394,7 @@ a.comment-picture {
1394 1394 }
1395 1395 #content #article .article-body img {
1396 1396 max-width: 100%;
  1397 + height: auto;
1397 1398 }
1398 1399 #content .blog-post .read-more {
1399 1400 text-align: right;
... ...