From 97065b2e68dd8768dc1ea092c893c57ebe205026 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Thu, 25 Feb 2021 08:31:36 -0500 Subject: use class="hidden" not style="display:none" --- .../checking_that_your_web_site_is_working_properly/index.html | 2 +- files/ko/learn/css/styling_text/styling_lists/index.html | 2 +- files/ko/learn/html/howto/index.html | 2 +- .../ko/learn/javascript/first_steps/silly_story_generator/index.html | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) (limited to 'files/ko/learn') diff --git a/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html b/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html index 3005d81a05..3799ff6daa 100644 --- a/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html +++ b/files/ko/learn/common_questions/checking_that_your_web_site_is_working_properly/index.html @@ -54,7 +54,7 @@ original_slug: Learn/Common_questions/웹_사이트가_제대로_동작하는지

Servers respond with a status message whenever they receive a request. Here are the most common statuses:

-
200: OK
+
200: OK
The resource you asked for was delivered.
301: Moved permanently
The resource has moved to a new location. You won't see this much in your browser, but it's good to know about "301" since search engines use this information a lot to update their indexes.
diff --git a/files/ko/learn/css/styling_text/styling_lists/index.html b/files/ko/learn/css/styling_text/styling_lists/index.html index 843636c554..a87a70408c 100644 --- a/files/ko/learn/css/styling_text/styling_lists/index.html +++ b/files/ko/learn/css/styling_text/styling_lists/index.html @@ -122,7 +122,7 @@ dd {
  • The first rule sets a sitewide font and a baseline font size of 10px. These are inherited by everything on the page.
  • Rules 2 and 3 set relative font sizes for the headings, different list types (the children of the list elements inherit these), and paragraphs. This means that each paragraph and list will have the same font size and top and bottom spacing, helping to keep the vertical rhythm consistent.
  • Rule 4 sets the same {{cssxref("line-height")}} on the paragraphs and list items — so the paragraphs and each individual list item will have the same spacing between lines. This will also help to keep the vertical rhythm consistent.
  • -
  • Rules 5 and 6 apply to the description list — we set the same line-height on the description list terms and descriptions as we did with the paragraphs and list items. Again, consistency is good! We also make the description terms have bold font, so they visually stand out easier.
  • +
  • Rules 5 and 6 apply to the description list — we set the same line-height on the description list terms and descriptions as we did with the paragraphs and list items. Again, consistency is good! We also make the description terms have bold font, so they visually stand out easier.
  • List-specific styles

    diff --git a/files/ko/learn/html/howto/index.html b/files/ko/learn/html/howto/index.html index 2bef079e90..3390846c62 100644 --- a/files/ko/learn/html/howto/index.html +++ b/files/ko/learn/html/howto/index.html @@ -150,4 +150,4 @@ translation_of: Learn/HTML/Howto -

         

    +

     

    diff --git a/files/ko/learn/javascript/first_steps/silly_story_generator/index.html b/files/ko/learn/javascript/first_steps/silly_story_generator/index.html index a6f2318602..1c32988254 100644 --- a/files/ko/learn/javascript/first_steps/silly_story_generator/index.html +++ b/files/ko/learn/javascript/first_steps/silly_story_generator/index.html @@ -167,7 +167,6 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator
    -
    @@ -177,7 +176,7 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator
    - +
    @@ -187,6 +186,6 @@ translation_of: Learn/JavaScript/First_steps/Silly_story_generator
    - +
    -- cgit v1.2.3-54-g00ecf