diff options
| author | Ben Beltran <ben@nsovocal.com> | 2010-12-01 13:34:59 -0700 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2010-12-01 13:34:59 -0700 |
| commit | a847ac2f16eab830b4421a4a9643cb9ee58b30ae (patch) | |
| tree | e2c3193e089d0704ade605681bdb203c7c5b73a0 /views/style.css | |
| parent | b7be4f63119c71b07eacc9af9e6a15db63ef65ea (diff) | |
Ligeros cambios en el CSS
Nadamas algo de colores que no se veían.
Diffstat (limited to 'views/style.css')
| -rw-r--r-- | views/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/views/style.css b/views/style.css index 44be2e0..3a1f6e7 100644 --- a/views/style.css +++ b/views/style.css @@ -86,7 +86,7 @@ body { #body blockquote blockquote { margin: 10px; } #body pre { margin: 20px 170px; - border: 1px solid #999999; + border: 1px solid #cccccc; background-color: #eeeeee; padding: 10px; } @@ -110,21 +110,21 @@ hr { margin: 10px 90px; } #body input.title { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; width: 770px; } #body input.url { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; width: 770px; } #body textarea.text { - border: 1px solid #eeeeee; + border: 1px solid #cccccc; font-size: 1.6em; padding: 5px; margin: 0 90px; |