minor fix recommended by @eabedrapo

pull/768/merge
Quincy Larson 2015-05-31 12:03:59 -07:00
parent 1041ad0ed1
commit 2deb79219d
1 changed files with 1 additions and 2 deletions

View File

@ -2599,8 +2599,7 @@
"description": [
"Use <code>Clockwise Notation</code> to give the \".green-box\" class a padding of 40 pixels on its top and left side, but only 20 pixels on its bottom and right side.",
"Instead of specifying an element's <code>padding-top</code>, <code>padding-right</code>, <code>padding-bottom</code>, and <code>padding-left</code> attributes, you can specify them all in one line, like this: <code>padding: 10px 20px 10px 20px;</code>.",
"These four values work like a clock: top, right, bottom, left, and will produce the exact same result as using the side-specific padding instructions.",
"You can also use this notation for margins!"
"These four values work like a clock: top, right, bottom, left, and will produce the exact same result as using the side-specific padding instructions."
],
"tests": [
"assert($('.green-box').css('padding-top') === '40px', 'Your <code>green-box</code> class should give the top of elements 40px of padding.')",