View Single Post
  #4  
Old 30th October 2008, 13:07
joeroberts's Avatar
joeroberts joeroberts is offline
BT.Manager Owner
 
Join Date: Jan 2008
United States
Posts: 2,113
Default
Quote:
Originally Posted by Krypto View Post
WOW Excellent Combo Joe

In style.css

Find
PHP Code:
* {
    
/* Reset browsers default margin, padding and font sizes */
    
margin0;
    
padding0;

Replace
PHP Code:
* {
    
/* Reset browsers default margin, padding and font sizes */
    
margin0;

Otherwise it throws the syndication bullet points out of line.
thanks I missid that :O

only for now while Im testing it clocktower.
__________________
Do not ask me to help you work on your site that is not phpMyBitTorrent
Do not ask me to make a mod for any other source
Do not Ask me to setup your site.
I will no longer help you setup your site, there is a setup script if you have trouble with it post in the forum here or in BT.Manager™ forum
My Current Demo is here http://demo.btmanager.org/

Last edited by Krypto; 31st October 2008 at 00:35.
Reply With Quote