From b0eee0e8aedaf07a5b3895cbd6b61bafa5b8b908 Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Fri, 27 Oct 2023 09:53:33 -0400 Subject: [PATCH] Remove two files to reduce sync work between content and learning-area - requires content PR (#678) PR 2/2 to resolve https://github.com/mdn/learning-area/issues/609. The other PR is here: https://github.com/mdn/content/pull/29838 --- .../html-form-structure/payment-form.css | 64 ------------- .../html-form-structure/payment-form.html | 94 ------------------- 2 files changed, 158 deletions(-) delete mode 100644 html/forms/html-form-structure/payment-form.css delete mode 100644 html/forms/html-form-structure/payment-form.html diff --git a/html/forms/html-form-structure/payment-form.css b/html/forms/html-form-structure/payment-form.css deleted file mode 100644 index 64760e492..000000000 --- a/html/forms/html-form-structure/payment-form.css +++ /dev/null @@ -1,64 +0,0 @@ -h1 { - margin-top: 0; -} - -ul { - margin: 0; - padding: 0; - list-style: none; -} - -form { - margin: 0 auto; - width: 400px; - padding: 1em; - border: 1px solid #CCC; - border-radius: 1em; -} - -div+div { - margin-top: 1em; -} - -label span { - display: inline-block; - width: 120px; - text-align: right; -} - -input, textarea { - font: 1em sans-serif; - width: 250px; - box-sizing: border-box; - border: 1px solid #999; -} - -input[type=checkbox], input[type=radio] { - width: auto; - border: none; -} - -input:focus, textarea:focus { - border-color: #000; -} - -textarea { - vertical-align: top; - height: 5em; - resize: vertical; -} - -fieldset { - width: 250px; - box-sizing: border-box; - margin-right: 136px; - border: 1px solid #999; -} - -button { - margin: 20px 0 0 124px; -} - -label { - position: relative; -} diff --git a/html/forms/html-form-structure/payment-form.html b/html/forms/html-form-structure/payment-form.html deleted file mode 100644 index 6e63c7d40..000000000 --- a/html/forms/html-form-structure/payment-form.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - Payment form example - - - - -
-

Payment form

-

Required fields are followed by *.

-
-

Contact information

-
- Title -
    -
  • - -
  • -
  • - -
  • -
  • - -
  • -
-
-

- - -

-

- - -

-

- - -

-
-
-

Payment information

-

- - -

-

- - -

-

- - -

-
-
-

-
-
- - -