From 28ebb2194d87d43d58f9948ca122e4d8b39af55c Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 20 Dec 2000 22:30:54 +0000 Subject: [PATCH] Minor internal style consistency nit (indentation). --- expat/doc/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/doc/style.css b/expat/doc/style.css index 1a823ce8..664a7bdf 100644 --- a/expat/doc/style.css +++ b/expat/doc/style.css @@ -1,5 +1,5 @@ body { -background-color: white + background-color: white } .eg { @@ -43,5 +43,5 @@ background-color: white } dd { -margin-bottom: 2em; -}@ + margin-bottom: 2em; +}