Skip to content

Commit

Permalink
remove dependency (bootstrap)
Browse files Browse the repository at this point in the history
  • Loading branch information
RedDragonWebDesign committed Jul 22, 2020
1 parent c765aeb commit efd5f2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<head>
<title>Skype Copy Paste Formatter</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css">
<link rel="stylesheet" href="style.css" />
<script type="module" src="skype-copy-paste-formatter.js"></script>
</head>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ body {
margin: 1em;
width: 95%;
max-width: 700px;
font-family: sans-serif;
}

textarea {
width: 100%;
height: 290px;
font-size: 80%;
}

0 comments on commit efd5f2f

Please sign in to comment.