? .bzr
? combine-styles-reset.patch
? minor-admin-tweaks.patch
Index: css/style.css
===================================================================
RCS file: /cvs/drupal/contributions/themes/bartik/css/style.css,v
retrieving revision 1.1
diff -u -p -r1.1 style.css
--- css/style.css	1 Mar 2010 03:25:41 -0000	1.1
+++ css/style.css	11 Mar 2010 21:29:28 -0000
@@ -7,11 +7,18 @@ body {
   line-height: 1.4em;
   font-size: 0.8em;
   word-wrap: break-word;
+  margin: 0;
+  padding: 0;
+  border: 0;
+  outline: 0;
 }
 a:link,
 a:visited {
   text-decoration: none;
 }
+:focus {
+  outline: 0;
+}
 h1,
 h2,
 h3,
@@ -42,6 +49,33 @@ ul.contextual-links {
   font-size: 90%;
   font-family: Arial, sans-serif;
 }
+img {
+  outline: 0;
+}
+
+
+/* ------------------ Reset Styles ------------------ */
+
+table {
+  border-collapse: separate;
+  border-spacing: 0;
+}
+caption,
+th,
+td {
+  text-align: left;
+  font-weight: normal;
+}
+blockquote:before,
+blockquote:after,
+q:before,
+q:after {
+  content: "";
+}
+blockquote,
+q {
+  quotes: "" "";
+}
 
 
 /* ------------------ Header ------------------ */
