diff --git a/footer.rhtml b/footer.rhtml
index 0fd9824..12ae0a3 100644
--- a/footer.rhtml
+++ b/footer.rhtml
@@ -42,7 +42,7 @@
-
Creative Commons License
Todo o conteúdo e dados da Comunidade UnB estão disponíveis sob a licença Creative Commons Atribuição 3.0 Unported (CC BY 3.0) exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.
+

Todo o conteúdo e dados da rede está disponível sob a licença Creative Commons Attribution 4.0 International License exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.

<%= _('This site uses Noosfero, developed by %s and licensed under the GNU Affero General Public License version 3 or any later version.') % link_to('Colivre', 'http://colivre.coop.br/') %>
diff --git a/style.css b/style.css
index d644717..59f8742 100644
--- a/style.css
+++ b/style.css
@@ -37,7 +37,7 @@ body {
background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
background-image: -webkit-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
- background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
+ background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
background-image: -webkit-gradient(
linear,
left bottom,
@@ -404,6 +404,15 @@ div#article-parent {
width: 250px;
}
+/* Article Style */
+#article-tags {
+ margin: 0px 0px 0px 0px;
+}
+
+#article .blog-feed-link {
+ top: 35px;
+}
+
/* Agenda Style */
#events-of-the-day h2 {
@@ -514,7 +523,7 @@ div#article-parent {
.formfield input, .formfield textarea {
border: 1px solid #DFDFDF !important;
- background-image: none !important;
+ background-image: none !important;
background-color: #fff !important;
line-height: 1.8em !important;
color: #333 !important;
--
libgit2 0.21.2