### Eclipse Workspace Patch 1.0 #P bluemasters Index: style.css =================================================================== RCS file: /cvs/drupal/contributions/themes/bluemasters/style.css,v retrieving revision 1.7 diff -u -r1.7 style.css --- style.css 6 Jan 2011 12:25:56 -0000 1.7 +++ style.css 24 Jan 2011 15:33:00 -0000 @@ -488,20 +488,11 @@ /*--Paging Styles--*/ .paging { - position: absolute; - bottom: 20px; right: -7px; - width: 310px; height:47px; - z-index: 100; /*--Assures the paging stays on the top layer--*/ - text-align: center; - line-height: 40px; - display: none; /*--Hidden by default, will be later shown with jQuery--*/ - /*--GT: New positioning--*/ - bottom:-60px; - left:450px; - position:absolute; - text-align:center; - width:310px; - z-index:100; + height: 47px; + line-height: 40px; + padding: 15px 0 0; + text-align: center; + z-index: 100; } .paging a { @@ -511,7 +502,7 @@ height:14px; display:inline-block; margin: 7px; - border:none; display:block; float:left; + border:none; outline:none; }