Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion How to get rid of bullets in pagination?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Fran M.  
View profile  
 More options May 5 2012, 7:31 am
From: "Fran M." <francisco.me...@gmail.com>
Date: Sat, 5 May 2012 04:31:41 -0700 (PDT)
Local: Sat, May 5 2012 7:31 am
Subject: How to get rid of bullets in pagination?
Hi,
I want to get rid of the <li> bullets at the frontend pagination. I
have added this code in the "default.php" template of the view:
<style type="text/css">
      ul{
    margin: 0 auto;
    padding: 0;
    list-style: none;

}

ul li {
    text-align: left;
    float: left;
    padding: 3px 10px 3px 10px;
    margin: 5px;
    border: 1px solid #000;
    display: inline;
    list-style: none;
}

</style>

But it does not remove the bullets. It displays paginations inline but
not remove bullets.
Any idea?
Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.