Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnAlbin <virtually.johnalbin@gmail.com>2015-11-19 04:34:36 +0300
committerJohnAlbin <virtually.johnalbin@gmail.com>2015-11-19 04:34:57 +0300
commit44957353fd9acabd09a97f9b49ac45263b2f8d02 (patch)
treef4334c0511eefc24678a0935aa3548b884ae5090 /fork-versions
parent468fe5d2e5cf74cfed4240a020d84fbed0ac4712 (diff)
Use @include padding() on fieldset in typey fork.
Diffstat (limited to 'fork-versions')
-rw-r--r--fork-versions/typey/_normalize.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/fork-versions/typey/_normalize.scss b/fork-versions/typey/_normalize.scss
index 819d3dc..c948316 100644
--- a/fork-versions/typey/_normalize.scss
+++ b/fork-versions/typey/_normalize.scss
@@ -538,9 +538,10 @@ input[type="search"] {
*/
fieldset {
+ // Apply borders and padding that keep the vertical rhythm.
+ @include padding(.35 .625 .65);
border: 1px solid #c0c0c0;
margin: 0 2px;
- padding: 0.35em 0.625em 0.75em;
}
/**