Fix the horrible whitespacing
This commit is contained in:
parent
d5518a164e
commit
a9dd23a52c
17 changed files with 1311 additions and 1309 deletions
48
popup.html
48
popup.html
|
|
@ -1,24 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" href="css/common.css"/>
|
||||
<link rel="stylesheet" href="css/popup.css"/>
|
||||
<title>Custom Web Popup</title>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<span id="manage" class="line btn"><img src="img/icon48.png"/><span>Manage Files</span></span>
|
||||
</section>
|
||||
<section id="add-new">
|
||||
<div class="line">
|
||||
<span id="add-js" class="btn">Add Script</span>
|
||||
<span id="add-css" class="btn">Add Style</span>
|
||||
</div>
|
||||
</section>
|
||||
<section id="files"></section>
|
||||
<script src="js/storage.js"></script>
|
||||
<script src="js/file.js"></script>
|
||||
<script src="js/popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<link rel="stylesheet" href="css/common.css"/>
|
||||
<link rel="stylesheet" href="css/popup.css"/>
|
||||
<title>Custom Web Popup</title>
|
||||
</head>
|
||||
<body>
|
||||
<section>
|
||||
<span id="manage" class="line btn"><img src="img/icon48.png"/><span>Manage Files</span></span>
|
||||
</section>
|
||||
<section id="add-new">
|
||||
<div class="line">
|
||||
<span id="add-js" class="btn">Add Script</span>
|
||||
<span id="add-css" class="btn">Add Style</span>
|
||||
</div>
|
||||
</section>
|
||||
<section id="files"></section>
|
||||
<script src="js/storage.js"></script>
|
||||
<script src="js/file.js"></script>
|
||||
<script src="js/popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue