diff options
author | drebs <drebs@riseup.net> | 2010-02-20 15:47:36 -0200 |
---|---|---|
committer | drebs <drebs@riseup.net> | 2010-02-20 15:47:36 -0200 |
commit | d0670f438cf9930a0596fd48c7df1b6f60b2b86d (patch) | |
tree | d667a15c50d3b74e742e8eeb34e3ca0e2d3caa5c | |
parent | 6140d76d3c327d1bc4eb95b35325284923257491 (diff) | |
download | padrao-d0670f438cf9930a0596fd48c7df1b6f60b2b86d.tar.gz padrao-d0670f438cf9930a0596fd48c7df1b6f60b2b86d.tar.bz2 |
typ0 e css
-rw-r--r-- | index.mdwn | 2 | ||||
-rw-r--r-- | local.css | 10 |
2 files changed, 9 insertions, 3 deletions
@@ -28,7 +28,7 @@ A antiga documentação do Padrão Saravá ainda [está disponível](trac/). # Licença -O Padrãoo Saravá é distribuído conforme a [GNU Affero General Public License](http://www.gnu.org/licenses/agpl-3.0.html): +O Padrão Saravá é distribuído conforme a [GNU Affero General Public License](http://www.gnu.org/licenses/agpl-3.0.html): Resource Sharing Protocol - RSP Copyright (C) 2009 RSP Development Team @@ -1,12 +1,12 @@ body{ - font-family:Palatino,georgia,"times new roman",serif; +/* font-family:Palatino,georgia,"times new roman",serif; */ font-size: 1.03em; margin-left: auto; margin-right: auto; width: 800px; } .actions{ - font-family:Palatino,georgia,"times new roman",serif; +/* font-family:Palatino,georgia,"times new roman",serif; */ font-size: .95em; text-align: left; } @@ -56,6 +56,7 @@ ol{ font-weight: bolder; } h1{ + font-family:Palatino,georgia,"times new roman",serif; font-size: 2em; font-weight: bold; line-height: 1em; @@ -63,6 +64,7 @@ h1{ text-indent: -1em; } h2{ + font-family:Palatino,georgia,"times new roman",serif; font-size: 1.8em; line-height: 1em; font-weight: bold; @@ -70,6 +72,7 @@ h2{ text-indent: -1em; } h3{ + font-family:Palatino,georgia,"times new roman",serif; font-size: 1.6em; font-weight: bold; line-height: 1em; @@ -77,6 +80,7 @@ h3{ text-indent: -1em; } h4{ + font-family:Palatino,georgia,"times new roman",serif; font-size: 1.4em; font-weight: bold; line-height: 1em; @@ -84,6 +88,7 @@ h4{ text-indent: -1em; } h5{ + font-family:Palatino,georgia,"times new roman",serif; font-size: 1.2em; font-weight: bold; line-height: 1em; @@ -91,6 +96,7 @@ h5{ text-indent: -1em; } h6{ + font-family:Palatino,georgia,"times new roman",serif; font-size: 1em; font-weight: bold; line-height: 1em; |