<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,6 +44,11 @@
       &lt;h2&gt;Content Header H2&lt;/h2&gt;
       &lt;p&gt;This is why the blue monkeys don't let panda's into their playground. It just doesn't work on a day to day basis.&lt;/p&gt;
       
+      &lt;ul class=&quot;toolbar&quot;&gt;
+        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;New Thing&lt;/a&gt;&lt;/li&gt;
+        &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Add Stuff&lt;/a&gt;&lt;/li&gt;
+      &lt;/ul&gt;
+      
       &lt;h3&gt;Content Header H3&lt;/h3&gt;
       &lt;ul class=&quot;align&quot;&gt;&lt;li&gt;stuff 1&lt;/li&gt;&lt;li&gt;stuff 2&lt;/li&gt;&lt;li&gt;stuff 3&lt;/li&gt;&lt;/ul&gt;
       
@@ -66,7 +71,7 @@
         &lt;/ul&gt;
       
         &lt;div id=&quot;stuff1&quot;&gt;
-          &lt;h2&gt;This is because&lt;/h2&gt;
+          &lt;h2&gt;Header 2 inside a tab&lt;/h2&gt;
           &lt;p&gt;This is some stuff&lt;/p&gt;
           &lt;h3&gt;Content Header H3&lt;/h3&gt;
           &lt;ul class=&quot;align&quot;&gt;&lt;li&gt;stuff 1&lt;/li&gt;&lt;li&gt;stuff 2&lt;/li&gt;&lt;li&gt;stuff 3&lt;/li&gt;&lt;/ul&gt;
@@ -74,19 +79,23 @@
           &lt;ol class=&quot;align&quot;&gt;&lt;li&gt;stuff 1&lt;/li&gt;&lt;li&gt;stuff 2&lt;/li&gt;&lt;li&gt;stuff 3&lt;/li&gt;&lt;/ol&gt;
         &lt;/div&gt;
         &lt;div id=&quot;stuff2&quot;
-          &lt;h3&gt;This is because&lt;/h3&gt;
           &lt;table class=&quot;m&quot;&gt;
             &lt;tr&gt;&lt;td&gt;Thing:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;#&quot;&gt;Ball&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
             &lt;tr&gt;&lt;td&gt;Stuff:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;#&quot;&gt;Garbage&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
             &lt;tr&gt;&lt;td&gt;Place:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;#&quot;&gt;NoWhere&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
           &lt;/table&gt;
+          &lt;h3&gt;Header 3 inside a tab&lt;/h3&gt;
         &lt;/div&gt;
         &lt;div id=&quot;stuff3&quot;&gt;
-          &lt;div class=&quot;toolbar&quot;&gt;
-            &lt;a href=&quot;#&quot;&gt;New Thing&lt;/a&gt;
-            &lt;a href=&quot;#&quot;&gt;Add Stuff&lt;/a&gt;
-          &lt;/div&gt;
+          &lt;ul class=&quot;toolbar&quot;&gt;
+            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;New Thing&lt;/a&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Add Stuff&lt;/a&gt;&lt;/li&gt;
+          &lt;/ul&gt;
           &lt;h3&gt;table of stuff&lt;/h3&gt;
+          &lt;ul class=&quot;toolbar&quot;&gt;
+            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;New Thing&lt;/a&gt;&lt;/li&gt;
+            &lt;li&gt;&lt;a href=&quot;#&quot;&gt;Add Stuff&lt;/a&gt;&lt;/li&gt;
+          &lt;/ul&gt;
           &lt;table class=&quot;itu&quot;&gt;
             &lt;tr&gt;
               &lt;th&gt;Description&lt;/th&gt;</diff>
      <filename>index.html</filename>
    </modified>
    <modified>
      <diff>@@ -78,9 +78,13 @@ table.m td a:hover {background-color:#bbcef1;border:1px solid #6595e0;-moz-borde
 ul.ui-tabs-nav {margin:1em 1em 0;}
 div.ui-tabs-panel {margin:0 1em;padding:.5em 0;}
 div.ui-tabs-panel table.itu {font-size:12px;border-top:1px solid #505050;border-left:1px solid #505050;border-right:1px solid #505050;}
+div.ui-tabs-panel table.itu tr th {padding:3px 0;}
+div.ui-tabs-panel table.itu tr td {padding:2px 0;}
 .ui-tabs-panel-padding {padding:1.2em;}
 
 /* Toolbars */
-div.toolbar {border:1px solid #505050;background:url(&quot;../images/footer-button-m-inactive.png&quot;) repeat-x;height:20px;display:block;margin:1em 1.2em 0;padding:0 1em;-moz-border-radius:5px;-webkit-border-radius:5px}
-div.toolbar a {font-size:12px;margin:0;padding:3px 1em;}
-div.toolbar a:hover {background:url(&quot;../images/footer-button-m-active.png&quot;) repeat-x;}
\ No newline at end of file
+ul.toolbar {border:1px solid #505050;background:url(&quot;../images/footer-button-m-inactive.png&quot;) repeat-x;height:16px;display:block;margin:1em 1.2em 0;padding:2px 1em;-moz-border-radius:5px;-webkit-border-radius:5px}
+ul.toolbar li {display:inline;}
+ul.toolbar li a {position:relative;padding:4px 1em;}
+ul.toolbar li a:hover {background:url(&quot;../images/footer-button-m-active.png&quot;) repeat-x;}
+div.ui-tabs-panel ul.toolbar li a {position:relative;top:2px;}
\ No newline at end of file</diff>
      <filename>stylesheets/common.css</filename>
    </modified>
    <modified>
      <diff>@@ -70,7 +70,6 @@
 .ui-tabs-nav {
 	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
 	font-family: &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
-	font-size: 1.2em;
 	float: left;
 	position: relative;
 	z-index: 1;
@@ -112,7 +111,6 @@
 	background: #ffffff url(../images/jquery/ffffff_40x100_textures_01_flat_0.png) 0 0 repeat-x;
 	color: #222222;
 	padding: 0;	
-	font-size: 1.2em;
 }
 .ui-tabs-hide {
 	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;</diff>
      <filename>stylesheets/jquery-theme.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fbd0b54318e743ae32806cf03c129f1676248e3d</id>
    </parent>
  </parents>
  <author>
    <name>Jonathan Hoyt</name>
    <email>jonmagic@Nikita.local</email>
  </author>
  <url>http://github.com/jonmagic/webapp_gui/commit/da00d1d9fbae2fd23f74d355c13cff049d8aef07</url>
  <id>da00d1d9fbae2fd23f74d355c13cff049d8aef07</id>
  <committed-date>2008-10-14T20:48:43-07:00</committed-date>
  <authored-date>2008-10-14T20:48:43-07:00</authored-date>
  <message>Fixed ome stuff with toolbars inside of tabs. Could be better, they don't size well if you increase the font size via your browser.</message>
  <tree>d41888e20608908bf3ba45a47eace1b4b81ec40c</tree>
  <committer>
    <name>Jonathan Hoyt</name>
    <email>jonmagic@Nikita.local</email>
  </committer>
</commit>
