MyBB Community Forums

Full Version: Lines
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
On my theme it doesn't have lines

[Image: t24pdx.png]

Like this

[Image: o3f1vw.png]

How do I get them there?
Please help guys
AdminCP -> Templates & Styles -> Your Theme -> global.css ->

Using the selector, click on .tborder then on the right at the Extra CSS...

change
border: 1px solid #??????;

to

border: 1px solid #4F3A6B;

That will change the colour to the example you showed/wanted.
(2011-10-25, 12:55 AM)Knerba Wrote: [ -> ]AdminCP -> Templates & Styles -> Your Theme -> global.css ->

Using the selector, click on .tborder then on the right at the Extra CSS...

change
border: 1px solid #??????;

to

border: 1px solid #4F3A6B;

That will change the colour to the example you showed/wanted.

That just changed the outline. It didnt make the lines