Browse Source

update format

master
g2384 5 years ago
parent
commit
c859d2984f
2 changed files with 5 additions and 4 deletions
  1. +0
    -3
      index.html
  2. +5
    -1
      style.css

+ 0
- 3
index.html View File

@ -65,9 +65,6 @@
</div>
</div>
</li>
<li>
<a class="top-button" href="https://github.com/g2384/VHDLFormatter#release-notes">Release notes</a>
</li>
<li>
<a class="top-button" href="https://github.com/g2384/VHDLFormatter/issues/new" target="_blank">Report
<span class="inline-emoji">&#x1f41e;</span> bug</a>


+ 5
- 1
style.css View File

@ -5,11 +5,15 @@ body {
font-family: arial, sans-serif;
}
pre, code, textarea {
font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, serif;
}
textarea {
width: 100%;
padding: 3px;
resize: vertical;
font-family: 'Consolas', Courier, monospace;
min-height: 100px;
}
input[type="text"] {


Loading…
Cancel
Save