Changeset - 420a2b1067d4
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 15 years ago 2010-10-25 01:34:12
ohnobinki@ohnopublishing.net
Don't display tabs as a long stack before jQuery().tabs() can be called -- display them instead as inline-block.
1 file changed with 7 insertions and 1 deletions:
0 comments (0 inline, 0 general)
styles/output.css
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)