File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
/* CSS for global */
2
2
3
+ svg {
4
+ height : 1em ;
5
+ width : 1em ;
6
+ margin-bottom : 0.15em ;
7
+ }
8
+
3
9
# back-to-top {
4
10
position : fixed;
5
11
bottom : 64px ;
Original file line number Diff line number Diff line change 3
3
.card {
4
4
min-width : 360px ;
5
5
}
6
-
7
- svg {
8
- height : 1em ;
9
- width : 1em ;
10
- margin-bottom : 0.15em ;
11
- }
Original file line number Diff line number Diff line change 4
4
< title > Link Extractor</ title >
5
5
< link rel ="icon " href ="../images/logo16.png " sizes ="any ">
6
6
< 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 ">
8
7
< 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 ">
9
9
< link rel ="stylesheet " type ="text/css " href ="../css/main.css ">
10
10
< link rel ="stylesheet " type ="text/css " href ="../css/links.css ">
11
11
< script type ="text/javascript " src ="../js/theme.js "> </ script >
You can’t perform that action at this time.
0 commit comments