Skip to content

Remove ligatures #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class3.html
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ <h3>Border</h3>
<pre><code class="css">border: 1px solid #ff0000;</code></pre>
<p>A thick dotted black top border</p>
<pre><code class="css">border-top: 4px dotted #000000;</code></pre>
<p>Two different border styles</p>
<p>Two different border styles</p>
<pre><code class="css">border-top: 1px solid #ff0000;
border-bottom: 4px dotted #000000;
</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion class4.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h3>Absolute Positioning</h3>
<li>Its container block is the first element that has a position other than static.</li>
<li>If no such element is found, the container block is &lt;html&gt;.</li>
<li>Other elements act as if it's not there.</li>
<li>Determined by its offset values in the properties top, bottom, right and left.</li>
<li>Determined by its offset values in the properties top, bottom, right and left.</li>
</ul>
</section>

Expand Down