Projet

Général

Profil

Paste
Télécharger (553 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / zen / zen-internals / extras / text-replacements / components / misc--pager--replace.txt @ 87dbc3bf

1

    
2
.pager-item,     /* A list item containing a page number in the list of pages. */
3
.pager-first,    /* The first page's list item. */
4
.pager-previous, /* The previous page's list item. */
5
.pager-next,     /* The next page's list item. */
6
.pager-last,     /* The last page's list item. */
7
.pager-ellipsis, /* A concatenation of several list items using an ellipsis. */
8
.pager-current { /* The current page's list item. */
9
  display: inline;
10
  padding: 0 0.5em;
11
  list-style-type: none;
12
  background-image: none;
13
}
14
.pager-current {
15
  font-weight: bold;
16
}