# HG changeset patch # User Nathan Phillip Brink # Date 2010-10-25 01:34:12 # Node ID 420a2b1067d454f00349a223cee9bac49fd1c001 # Parent 313773758d18dc5fbb87db767223584755197bd3 Don't display tabs as a long stack before jQuery().tabs() can be called -- display them instead as inline-block. diff --git a/styles/output.css b/styles/output.css --- a/styles/output.css +++ b/styles/output.css @@ -87,10 +87,16 @@ margin: auto; margin-top: 10px; margin-bottom: 2px; } +/* don't let the user see a tall stack of tabs before jQuery().tabs() is called. */ +#tabs li +{ + display: inline-block; +} #tabs table { margin: auto; } -#tabs li a{ +#tabs li a +{ -moz-border-radius-topright: 10px; border-top-right-radius: 10px; -moz-border-radius-topleft: 10px;