From 5739cbbd52f732fb68a9bfd839145ab64e368a69 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 19 Aug 2007 02:50:54 +0000 Subject: [PATCH] fix width for table of inherited methods svn: r7120 original commit: af3a4197dfd3319b09e1df3a8622b3d89e90fb04 --- collects/scribble/scribble.css | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index 9e941fe4..843c4272 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -119,6 +119,7 @@ } .inherited { + width: 100%; margin-top: 1em; text-align: left; background-color: #ECF5F5;