/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*----------------------------------------------------------------------------- version: 1.0 author: Tony Crockford email: [email protected] website: http://www.boldfish.co.uk/ date: Copyright 2006 Tony Crockford All Rights Reserved -----------------------------------------------------------------------------*/ /* =General -----------------------------------------------------------------------------*/ /* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */ html { margin-bottom: 1px; min-height: 100%; } /* Remove padding and margin on selected elements*/ h1,h2,h3,h4,h5,h6,pre,body,p,div{margin: 0; padding: 0;} /*debug border on all divs*/ div{ border: 1px solid #ccc; } /* Class for clearing floats */ .clear { clear:both; } /* Remove border around linked images and fix Firefox odd spaces */ img { border: 0; vertical-align: bottom; } /* =Structural -----------------------------------------------------------------------------*/ /* =Typography -----------------------------------------------------------------------------*/ /* =Headings -----------------------------------------------------------------------------*/ /* =Links -----------------------------------------------------------------------------*/ /* =Branding -----------------------------------------------------------------------------*/ /* =Main Nav -----------------------------------------------------------------------------*/ /* =Sub Nav -----------------------------------------------------------------------------*/ /* =Main Content -----------------------------------------------------------------------------*/ /* =Secondary Content -----------------------------------------------------------------------------*/ /* =Footer -----------------------------------------------------------------------------*/ /* =Forms -----------------------------------------------------------------------------*/ /* =Tables -----------------------------------------------------------------------------*/ table { border-spacing: 0; border-collapse: collapse; } td { text-align: left; font-weight: normal; } /* =Misc 1 -----------------------------------------------------------------------------*/ /* =Misc 2 -----------------------------------------------------------------------------*/