From 016a1fcd164a7389c072b9ef5c247039355bc6ec Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 28 Dec 2009 23:17:55 +0000 Subject: Fix margin overruns. --- .../bfgwiki2/src/authorization/tutorial/templates/static/style.css | 2 +- docs/tutorials/bfgwiki2/src/views/tutorial/templates/static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/tutorials/bfgwiki2/src') 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; } -- cgit v1.2.3