Skip to content

Commit

Permalink
chore: remove custom styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Sep 23, 2020
1 parent a4f35e3 commit 345eb6f
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@
mdn: true,
};
</script>
<style>
dt { margin-top: 0.75em; }
table { margin-top: 0.75em; border-collapse:collapse; border-style:hidden hidden none hidden }
table thead { border-bottom:solid }
table tbody th:first-child { border-left:solid }
table td, table th { border-left:solid; border-right:solid; border-bottom:solid thin; vertical-align:top; padding:0.2em }
li { margin-top: 0.5em; margin-bottom: 0.5em;}
</style>
</head>
<body data-cite="payment-method-id payment-method-basic-card">
<h1 id="title">
Expand Down Expand Up @@ -1497,7 +1489,7 @@ <h2>
Instances of {{PaymentRequest}} are created with the internal slots
in the following table:
</p>
<table>
<table class="data">
<tr>
<th>
Internal Slot
Expand Down Expand Up @@ -2568,7 +2560,7 @@ <h2>
<dfn data-lt="PaymentAddress slots" data-lt-nodefault="">Internal
slots</dfn>
</h2>
<table>
<table class="data">
<tr>
<th>
Internal slot
Expand Down Expand Up @@ -3558,7 +3550,7 @@ <h2>
Instances of {{PaymentResponse}} are created with the internal slots
in the following table:
</p>
<table>
<table class="data">
<tr>
<th>
Internal Slot
Expand Down Expand Up @@ -3628,7 +3620,7 @@ <h2>
<h2>
Summary
</h2>
<table>
<table class="data">
<tr>
<th>
Event name
Expand Down Expand Up @@ -3845,7 +3837,7 @@ <h2>
Instances of {{MerchantValidationEvent}} are created with the
internal slots in the following table:
</p>
<table>
<table class="data">
<tr>
<th>
Internal Slot
Expand Down Expand Up @@ -4107,7 +4099,7 @@ <h2>
Instances of {{PaymentRequestUpdateEvent}} are created with the
internal slots in the following table:
</p>
<table>
<table class="data">
<tr>
<th>
Internal Slot
Expand Down

0 comments on commit 345eb6f

Please sign in to comment.