diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-12-28 23:17:55 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-12-28 23:17:55 +0000 |
| commit | 016a1fcd164a7389c072b9ef5c247039355bc6ec (patch) | |
| tree | d17f789549fde69a29677500302804bdf85ecdeb /docs/tutorials/bfgwiki2 | |
| parent | 44f1df7b7cec671fec92ead513804e52e63eb76d (diff) | |
| download | pyramid-016a1fcd164a7389c072b9ef5c247039355bc6ec.tar.gz pyramid-016a1fcd164a7389c072b9ef5c247039355bc6ec.tar.bz2 pyramid-016a1fcd164a7389c072b9ef5c247039355bc6ec.zip | |
Fix margin overruns.
Diffstat (limited to 'docs/tutorials/bfgwiki2')
| -rw-r--r-- | docs/tutorials/bfgwiki2/src/authorization/tutorial/templates/static/style.css | 2 | ||||
| -rw-r--r-- | docs/tutorials/bfgwiki2/src/views/tutorial/templates/static/style.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/bfgwiki2/src/authorization/tutorial/templates/static/style.css b/docs/tutorials/bfgwiki2/src/authorization/tutorial/templates/static/style.css index 0a4b5767e..cad87e0d4 100644 --- a/docs/tutorials/bfgwiki2/src/authorization/tutorial/templates/static/style.css +++ b/docs/tutorials/bfgwiki2/src/authorization/tutorial/templates/static/style.css @@ -1,7 +1,7 @@ html, body { color: black; background-color: #ddd; - font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif; + font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, sans-serif; margin: 0; padding: 0; } diff --git a/docs/tutorials/bfgwiki2/src/views/tutorial/templates/static/style.css b/docs/tutorials/bfgwiki2/src/views/tutorial/templates/static/style.css index 0a4b5767e..cad87e0d4 100644 --- a/docs/tutorials/bfgwiki2/src/views/tutorial/templates/static/style.css +++ b/docs/tutorials/bfgwiki2/src/views/tutorial/templates/static/style.css @@ -1,7 +1,7 @@ html, body { color: black; background-color: #ddd; - font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif; + font: x-small "Lucida Grande", "Lucida Sans Unicode", geneva, sans-serif; margin: 0; padding: 0; } |
