
07-06-2012, 11:24 AM
|
|
|
Join Date: Nov 2011
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Dylanblitz
Look in the garage_css template.
Find
Code:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote{margin:0;padding:0;}
and replace it with
Code:
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,blockquote{padding:0;}
That should fix it. Let me know if it doesn't.
|
Hey DylanBlitz,
I am working with another style that did the same as the last one, it left justified everything. I made the above change but it did not work. Would anything in additional.css overrule your css? Thanks
|