2011-07-27, 03:10 PM
2011-07-27, 03:21 PM
In global.css , find;
.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
}
and Change it to;.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
border: 1px solid;
}
2011-07-27, 03:22 PM
Edit : not seen Yaldaram's response
_________________________________________________
in global.css find code similar to :
add something like border: 2px solid #000;
_________________________________________________
in global.css find code similar to :
.pagination {
font-size: 11px;
padding-top: 10px;
margin-bottom: 5px;
add something like border: 2px solid #000;
2011-07-27, 03:37 PM
Thanks guys, I appreciate the help, I found a better way though.
I copied it from the default theme.
I copied it from the default theme.