I've seen this code before, but never really paid much attention to it. I was browsing around and found a site that i liked, took a peek at the code and found the following declaration for padding. Can someone help me understand why you would declare a padding setting at a certain pixel amount, then declare it as 0 right after it?
the code in question:
Thanks for any pointers!Code:#content { padding-bottom:26px !important; padding-bottom:0; text-align:justify; }
Pedro









Bookmarks