Skip to content

Commit f56f395

Browse files
committed
Cleanup
1 parent ccf7309 commit f56f395

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

src/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
/* CSS for global */
22

3+
svg {
4+
height: 1em;
5+
width: 1em;
6+
margin-bottom: 0.15em;
7+
}
8+
39
#back-to-top {
410
position: fixed;
511
bottom: 64px;

src/css/options.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@
33
.card {
44
min-width: 360px;
55
}
6-
7-
svg {
8-
height: 1em;
9-
width: 1em;
10-
margin-bottom: 0.15em;
11-
}

src/html/links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>Link Extractor</title>
55
<link rel="icon" href="../images/logo16.png" sizes="any">
66
<link rel="stylesheet" type="text/css" href="../dist/bootstrap/bootstrap.min.css">
7-
<link rel="stylesheet" type="text/css" href="../dist/datatables/dataTables.bootstrap5.min.css">
87
<link rel="stylesheet" type="text/css" href="../dist/fontawesome/css/all.min.css">
8+
<link rel="stylesheet" type="text/css" href="../dist/datatables/dataTables.bootstrap5.min.css">
99
<link rel="stylesheet" type="text/css" href="../css/main.css">
1010
<link rel="stylesheet" type="text/css" href="../css/links.css">
1111
<script type="text/javascript" src="../js/theme.js"></script>

0 commit comments

Comments
 (0)