Commit 38de1fc2209f2e335c3a63d321d696e6c39a7685

Authored by Daniel
1 parent 0768f794
Exists in master

Changed copyright info and article tags style.

Showing 2 changed files with 12 additions and 3 deletions   Show diff stats
footer.rhtml
... ... @@ -42,7 +42,7 @@
42 42 <script type="text/javascript" src="http://static.addtoany.com/menu/page.js"></script>
43 43  
44 44 <div id="copyright">
45   - <p><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.pt_BR" id="license"><span>Creative Commons License</span></a><br />Todo o conteúdo e dados da Comunidade UnB estão disponíveis sob a licença <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/deed.pt_BR">Creative Commons Atribuição 3.0 Unported (CC BY 3.0)</a> exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.</p>
  45 + <p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />Todo o conteúdo e dados da rede está disponível sob a licença <a rel="license" href="http://creativecommons.org/licenses/by/4.0/deed.en_US">Creative Commons Attribution 4.0 International License</a> exceto quando especificado em contrário e nos conteúdos replicados de outras fontes.</p>
46 46  
47 47 <p id="dev-info"><a href="http://www.gnu.org/licenses/agpl.html"><img alt="AGPL License" style="border-width:0" src="http://www.gnu.org/graphics/agplv3-88x31.png" /></a><br/><%= _('This site uses <a href="http://noosfero.org/">Noosfero</a>, developed by %s and licensed under the <a href="http://www.gnu.org/licenses/agpl.html">GNU Affero General Public License</a> version 3 or any later version.') % link_to('Colivre', 'http://colivre.coop.br/') %>
48 48 </p>
... ...
style.css
... ... @@ -37,7 +37,7 @@ body {
37 37 background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
38 38 background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
39 39 background-image: -webkit-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
40   - background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
  40 + background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%);
41 41 background-image: -webkit-gradient(
42 42 linear,
43 43 left bottom,
... ... @@ -404,6 +404,15 @@ div#article-parent {
404 404 width: 250px;
405 405 }
406 406  
  407 +/* Article Style */
  408 +#article-tags {
  409 + margin: 0px 0px 0px 0px;
  410 +}
  411 +
  412 +#article .blog-feed-link {
  413 + top: 35px;
  414 +}
  415 +
407 416 /* Agenda Style */
408 417  
409 418 #events-of-the-day h2 {
... ... @@ -514,7 +523,7 @@ div#article-parent {
514 523  
515 524 .formfield input, .formfield textarea {
516 525 border: 1px solid #DFDFDF !important;
517   - background-image: none !important;
  526 + background-image: none !important;
518 527 background-color: #fff !important;
519 528 line-height: 1.8em !important;
520 529 color: #333 !important;
... ...