### Eclipse Workspace Patch 1.0 #P Drupal7 Index: themes/seven/style.css =================================================================== RCS file: /cvs/drupal/drupal/themes/seven/style.css,v retrieving revision 1.26 diff -u -r1.26 style.css --- themes/seven/style.css 21 Nov 2009 18:18:21 -0000 1.26 +++ themes/seven/style.css 23 Nov 2009 00:51:56 -0000 @@ -62,20 +62,24 @@ #skip-link a:link, #skip-link a:visited { - -moz-border-radius: 10px; - -webit-border-radius: 10px; - border-radius: 10px; - background: #d5d5ce; - color: #444; - font-size: 0.94em; - padding: 1px 10px 2px; + height: 0; + overflow: hidden; + position: absolute; } #skip-link a:hover, #skip-link a:focus { + -moz-border-radius: 10px; + -webit-border-radius: 10px; + border-radius: 10px; background: #444; color: #fff; + font-size: 0.94em; + height: auto; + overflow: hidden; text-decoration: none; + padding: 1px 10px 2px; + position: static; } /**