Skip to content

Commit

Permalink
Cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoluteur committed Feb 23, 2024
1 parent 6e74229 commit 6585ecb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 0 additions & 2 deletions css/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ select {
.form-control {
display: inline-block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 16px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ccc;
Expand Down
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h1>Braille-Tools</h1>

<p>This library offers some CSS and Javascript to display Braille in web pages (for sighted people). </p>

<p>With the <strong>CSS</strong> you can easily display Braille characters. With one CSS class name for every Braille character, you can display Grade 1 Braille.</p>
<p>With the <strong>CSS</strong> you can easily display Braille characters.</p>

<p>3 styles of Braille:
<a href="javascript:setCSS('big')">Big</a> -
Expand All @@ -90,7 +90,7 @@ <h1>Braille-Tools</h1>
class="btn">Show Braille</button>

<div style="height:20px;width:1px;"></div>
<div id="myBr" class="braille" style="margin-top:30px;min-height:70px;min-width:1px;"></div>
<div id="myBr" class="braille" style="min-height:70px;min-width:1px;"></div>


<script language="javascript">
Expand Down Expand Up @@ -124,6 +124,8 @@ <h2>Setup</h2>

<name id="cssclasses"/>
<h2>Braille CSS Classes</h2>
<p>With one CSS class name for every Braille character, you can display Grade 1 Braille.</p>

<div class="braille-doc2">
<div><div class="br br-a"></div><span>br br-a</span></div>
<div><div class="br br-b"></div><span>br br-b</span></div>
Expand Down Expand Up @@ -255,7 +257,7 @@ <h2>See your name in Braille</h2>
class="btn">Show Braille</button>

<div style="height:20px;width:1px;"></div>
<div id="myBraille" class="braille" style="margin-top:30px;min-height:70px;min-width:1px;"></div>
<div id="myBraille" class="braille" style="min-height:70px;min-width:1px;"></div>

<div style="margin:20px 0 10px;">HTML:</div>
<pre>
Expand Down

0 comments on commit 6585ecb

Please sign in to comment.