This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Spacing classes | |
* Should be used to modify the default spacing between objects (not between nodes of the same object) | |
* Please use judiciously. You want to be using defaults most of the time, these are exceptions! | |
* <type><location><size> | |
*/ | |
/* ====== Default spacing ====== */ | |
/* h1, h2, h3, h4, h5, h6, ul, ol,dl, p,blockquote, .media {margin:10px;} | |
h1, h2, h3, h4, h5, h6,img{padding-bottom:0px;} |
NewerOlder