diff options
-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; |