Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
maximecb committed Feb 6, 2020
1 parent badc2f1 commit eb47ce9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ <h1 class="title">

<div style="margin-top:8px; margin-bottom:8px;">
Num states:
<input id="numStates" type="number" value="4" min="1" step="1">
<input id="numStates" type="number" value="4" min="1" max="24" step="1">
Num symbols:
<input id="numSymbols" type="number" value="3" min="2" step="1">
<input id="numSymbols" type="number" value="3" min="2" max="99" step="1">
</div>

<div style="margin-top:8px; margin-bottom:8px;">
Expand Down
9 changes: 4 additions & 5 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ a:hover {text-decoration: underline; }

input[type="number"]
{
width: 4em;
width: 3em;
}

div.faq_link
Expand Down Expand Up @@ -60,7 +60,7 @@ div.text_frame
padding-left: 5px;
padding-right: 5px;

vertical-align: text-top;
vertical-align: text-top;
text-align: left;
color: white;
font-family: "Courier", sans-serif;
Expand All @@ -83,10 +83,10 @@ div.faq_q
div.ad
{
width:100%;
margin-top: 12px;
margin-top: 12px;
margin-bottom: 12px;

text-align:center;
text-align:center;
}

div.copyright
Expand All @@ -100,4 +100,3 @@ div.copyright
font-weight: normal;
font-size: 15px;
}

0 comments on commit eb47ce9

Please sign in to comment.