? .buildpath
? .project
? .settings
? 563390-seven-style_2.patch
? 563390-seven-style_3.patch
? 563390-seven-style_4.patch
? overlaykeyhandlers.patch
? overlaykeyhandlers_0.patch
? overlaykeyhandlers_1.patch
? overlaykeyhandlers_2.patch
? overlayloading_1.patch
? overlayloading_4.patch
? overlayloadinggraphic.patch
Index: themes/seven/style.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/style.css,v
retrieving revision 1.39
diff -u -p -r1.39 style.css
--- themes/seven/style.css	4 Jan 2010 12:34:31 -0000	1.39
+++ themes/seven/style.css	6 Jan 2010 21:06:02 -0000
@@ -908,3 +908,59 @@ div.add-or-remove-shortcuts {
   padding-top: 6px;
   padding-left: 6px;
 }
+
+/* Format HTML elements in content area of page that lost formatting due to reset.css */
+p {
+  margin: 1em 0;
+}
+blockquote {
+  margin: 1em 40px;
+}
+address {
+  font-style: italic;
+}
+u, ins {
+  text-decoration: underline;
+}
+s, strike, del {
+  text-decoration: line-through;
+}
+big {
+  font-size: larger;
+}
+small {
+  font-size: smaller;
+}
+sub {
+  vertical-align: sub;
+  font-size: smaller;
+  line-height: normal;
+}
+sup {
+  vertical-align: super;
+  font-size: smaller;
+  line-height: normal;
+}
+nobr {
+  white-space: nowrap;
+}
+abbr, acronym {
+  border-bottom: dotted 1px;
+}
+ul, .item-list ul li {
+  list-style-type: disc;
+  margin: 0.25em 0 0.25em 1.5em;
+}
+ul.action-links {
+  list-style-type: none;
+}
+ol {
+  list-style-type: decimal;
+  margin: 0.25em 0 0.25em 1.5em;
+}
+#block-system-main ul.inline li {
+  display: inline;
+}
+code {
+  font-size: 1.25em;
+}
Index: themes/seven/vertical-tabs.css
===================================================================
RCS file: /cvs/drupal/drupal/themes/seven/vertical-tabs.css,v
retrieving revision 1.2
diff -u -p -r1.2 vertical-tabs.css
--- themes/seven/vertical-tabs.css	28 Nov 2009 09:59:27 -0000	1.2
+++ themes/seven/vertical-tabs.css	6 Jan 2010 21:06:02 -0000
@@ -20,6 +20,7 @@ div.vertical-tabs .vertical-tabs-list {
   font-size: 11px;
   width: 25%;
   float: left;
+  list-style-type: none;
 }
 
 div.vertical-tabs ul li.vertical-tab-button a {
@@ -49,7 +50,8 @@ div.vertical-tabs ul li.selected a:hover
 }
 
 div.vertical-tabs .vertical-tabs-panes {
-  width: 75%;
+  width: 72%;
+  padding: 0 1em 0 0;
   float: right;
 }
 
