Customizing SMF > Graphics and Templates

Border thickness?

(1/2) > >>

Ashelia:
I'm trying to decrease the white border thickness in forum/board listing to something like 1px, but I can't seem to find it anywhere in the default CSS file.. could anyone give me some directions?

Image below:

IchBin™:
It's relying on the fact that browser's put a default padding/spacing on tables when you don't specify them.

<table class="table_list"> in the template is where you need to add cellspacing="1" cellpadding="0" if you want the border smaller.

Ashelia:
Thank you, that worked. :)

Ashelia:
Another similar question, if I wanted to do this for threads, which file/template would I have to edit?

I'm referring to the same thickness/spacing between actual posts and headers within a topic.

Orangine:
same css file

if you're using Firefox, then download Firebug, it will save you a lot of time

Navigation

[0] Message Index

[#] Next page

Go to full version