Index: themes/seven/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/style.css,v retrieving revision 1.75 diff -u -r1.75 style.css --- themes/seven/style.css 3 Oct 2010 02:46:12 -0000 1.75 +++ themes/seven/style.css 3 Oct 2010 07:50:47 -0000 @@ -24,6 +24,7 @@ } legend { font-weight: bold; + padding: 0; } h1, h2, @@ -267,12 +268,14 @@ float: right; border-bottom: none; padding: 0.769em 0 5px 8px; + margin: 0; text-transform: uppercase; font-size: 0.923em; } ul.primary li { display: inline; list-style: none; + margin: 0; } ul.primary li a, ul.primary li a.active, @@ -284,6 +287,7 @@ color: #000; font-weight: bold; padding: 6px 20px; + margin: 0; border-width: 1px 1px 0 1px; border-style: solid; border-color: #a6a7a2; @@ -306,6 +310,7 @@ color: #000; } ul.secondary { + border: 0; float: none; clear: both; font-size: 0.923em; @@ -316,7 +321,8 @@ background-color: #fff; } ul.secondary li { - padding-left: 10px; + border: 0; + padding: 0 10px 0 0; /* LTR */ } ul.secondary li a { background-color: #ddd; @@ -327,6 +333,7 @@ ul.secondary li.active a, ul.secondary li.active a.active { padding: 2px 10px; + border: 0; border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; Index: themes/seven/reset.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/reset.css,v retrieving revision 1.12 diff -u -r1.12 reset.css --- themes/seven/reset.css 14 Aug 2010 03:01:11 -0000 1.12 +++ themes/seven/reset.css 3 Oct 2010 07:50:46 -0000 @@ -7,130 +7,16 @@ * http://meyerweb.com/eric/tools/css/reset */ -html, body, -div, -span, -applet, -object, -iframe, -h1, -h2, -h3, -h4, -h5, -h6, -p, -blockquote, -pre, -a, -abbr, -acronym, -address, -big, -cite, -code, -del, -dfn, -em, -font, -img, -ins, -kbd, -q, -s, -samp, -small, -strike, -strong, -sub, -sup, -tt, -var, -b, -u, -i, -center, -dl, -dt, -dd, -ol, -ul, -li, -fieldset, -form, -input, -select, -textarea, -label, -legend, -table, -caption, -tbody, -tfoot, -thead, -tr, -th, -td, -/* Drupal: system-menus.css */ -td.menu-disabled, -ul.links, -ul.links.inline, -ul.links li, -.block ul, -/* Drupal: admin.css */ -div.admin, -/* Drupal: system.css */ -tr.even, -tr.odd, -tr.drag, -tbody, -tbody th, -thead th, -.breadcrumb, -.item-list .icon, -.item-list .title, -.item-list ul, .item-list ul li, -ol.task-list li.active, .form-item, -tr.odd .form-item, -tr.even .form-item, -.form-item .description, -.form-item label, -.form-item label.option, -.form-checkboxes, -.form-radios, -.form-checkboxes .form-item, -.form-radios .form-item, -.marker, -.form-required, -.more-link, -.more-help-link, -.item-list .pager, -.item-list .pager li, -.pager-current, -.tips, -dl.multiselect dd, -dl.multiselect dd .form-item, -dl.multiselect dd select, -dl.multiselect dt, -dl.multiselect .form-item, -ul.primary, -ul.primary li, -ul.primary li a, -ul.primary li.active a, -ul.primary li a:hover, -ul.secondary, -ul.secondary li, -ul.secondary a, -ul.secondary a.active, -.resizable-textarea { +.form-actions { margin: 0; padding: 0; border: 0; vertical-align: baseline; } + /* Drupal: system-menus.css */ ul.links, ul.links.inline, @@ -141,25 +27,7 @@ .item-list ul, .item-list ul li { list-style: none; -} -blockquote, -q { - quotes: none; -} -blockquote:before, -blockquote:after, -q:before, -q:after { - content: ''; - content: none; -} - -/* Remember to highlight inserts somehow! */ -ins { - text-decoration: none; -} -del { - text-decoration: line-through; + padding: 0; } /* Tables still need 'cellspacing="0"' in the markup. */ @@ -183,29 +51,7 @@ font-size: 0.923em; line-height: 1.538em; } -/** - * Markup free clearing. - * - * Consider adding your own selectors to this instead of finding ways - * to sneak the clearfix class into Drupal's markup. - * From http://perishablepress.com/press/2009/12/06/new-clearfix-hack - */ -ul.links:after, -div.admin-panel .body:after, -.clearfix:after { - content: "."; - display: block; - height: 0; - clear: both; - visibility: hidden; -} -/* Exclude inline links from clearfix behavior */ -ul.inline:after { - content: ""; - display: none; - clear: none; -} /* IE6 */ * html .form-item, * html ul.links,