Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Global scope */
- // !Document
- .fix();
- html, body {
- margin: 0;
- padding: 0;
- }
- html { .font(html) }
- body { .font(body) }
- // !Headings
- h, .h { .flow-heads() }
- // !Current text
- p,
- ul,
- ol,
- dl,
- blockquote,
- pre,
- td,
- th,
- caption,
- details,
- figure,
- hgroup { .flow() }
- // !Images
- img { .size(auto) }
- a img { border: none }
- // !Abbr
- abbr[title], acronym[title] {
- cursor: help;
- border-bottom: dotted 1px;
- }
- .vcard abbr {
- cursor: text;
- border-bottom: none;
- }
- // !Forms
- label,
- input,
- textarea {
- font-size: 1em;
- }
Advertisement
Add Comment
Please, Sign In to add comment