From ac6aeb38fe5cef3ae316b1fcf5143a45500a1bbb Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 14 Jan 2008 22:47:12 +0000 Subject: [PATCH] scribbled compiler/cffi svn: r8325 original commit: 3162537b773ef48865f7385ff9a914b221c8c78b --- collects/scribble/scribble.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/collects/scribble/scribble.css b/collects/scribble/scribble.css index 4bbfeaab..55e2b024 100644 --- a/collects/scribble/scribble.css +++ b/collects/scribble/scribble.css @@ -354,6 +354,11 @@ i { background-color: #E8E8FF; } +.inlinetop{ + display: inline; + vertical-align: top; +} + .together { width: 100%; }