Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* 1. Vertical centering with line-height */
- line-height:24px;
- /* 2. Prevent oversized content to break fixed width floated layouts */
- #main{
- overflow:hidden;
- }
- /* 3. Prevent line breaks in links */
- a{
- white-space:nowrap;
- }
- /* 4. Always show Firefox scrollbar */
- html{
- overflow:-moz-scrollbars-vertical;
- }
- /* 5. Centering block elements horizontally */
- margin:0 auto;
- /* 6. Remove vertical textarea scrollbar in IE */
- textarea{
- overflow:auto;
- }
- /* 7. Force page breaks when printing your document */
- h2{
- page-break-before:always;
- }
- /* 8. Remove active link borders */
- a:active, a:focus{
- outline:none;
- }
Advertisement
Add Comment
Please, Sign In to add comment