Index: includes/pager.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/pager.inc,v
retrieving revision 1.54.2.1
diff -u -F^f -r1.54.2.1 pager.inc
--- includes/pager.inc	24 Aug 2006 08:54:36 -0000	1.54.2.1
+++ includes/pager.inc	23 Oct 2006 08:27:24 -0000
@@ -122,7 +122,7 @@ function theme_pager($tags = array(), $l
   $output = '';
 
   if ($pager_total[$element] > 1) {
-    $output .= '<div id="pager">';
+    $output .= '<div class="pager">';
     $output .= theme('pager_first', ($tags[0] ? $tags[0] : t('« first')), $limit, $element, $parameters);
     $output .= theme('pager_previous', ($tags[1] ? $tags[1] : t('‹ previous')), $limit, $element, 1, $parameters);
     $output .= theme('pager_list', $limit, $element, ($tags[2] ? $tags[2] : 9 ), '', $parameters);
Index: misc/drupal.css
===================================================================
RCS file: /cvs/drupal/drupal/misc/Attic/drupal.css,v
retrieving revision 1.147.2.3
diff -u -F^f -r1.147.2.3 drupal.css
--- misc/drupal.css	30 Jun 2006 00:13:45 -0000	1.147.2.3
+++ misc/drupal.css	23 Oct 2006 08:27:25 -0000
@@ -178,11 +178,11 @@ form {
 .ok {
   color: #080;
 }
-#pager {
+.pager {
   clear: both;
   text-align: center;
 }
-#pager a, #pager strong.pager-current {
+.pager a, .pager strong.pager-current {
   padding: 0.5em;
 }
 .path {
