MyBB Community Forums

Full Version: What's the CSS element for this area of the forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
[Image: ibXEoU.png]

How do I add the border around this?
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;
}
Edit : not seen Yaldaram's response Smile
_________________________________________________

in global.css find code similar to :

.pagination {
	font-size: 11px;
	padding-top: 10px;
	margin-bottom: 5px;

add something like border: 2px solid #000;
Thanks guys, I appreciate the help, I found a better way though.

I copied it from the default theme.