remove fontawesome in favor of raw unicode arrows
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
8bdf848cbf
commit
26b6ce6157
@ -2,10 +2,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Library</title>
|
<title>Library</title>
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
|
|
||||||
/>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||||
<link
|
<link
|
||||||
|
@ -208,30 +208,25 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bookTable th[data-sort-by]::after {
|
.bookTable th[data-sort-by]::after {
|
||||||
content: "\f0dc";
|
content: "\2195";
|
||||||
font-family: FontAwesome;
|
|
||||||
font-size: x-small;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
bottom: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookTable th.asc::after {
|
.bookTable th.asc::after {
|
||||||
content: "\f0de";
|
content: "\2191";
|
||||||
font-family: FontAwesome;
|
font-size: small;
|
||||||
font-size: x-small;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
bottom: 2px;
|
bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookTable th.desc::after {
|
.bookTable th.desc::after {
|
||||||
content: "\f0dd";
|
content: "\2193";
|
||||||
font-family: FontAwesome;
|
font-size: small;
|
||||||
font-size: x-small;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 4px;
|
left: 4px;
|
||||||
bottom: 2px;
|
bottom: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bookTable td,
|
.bookTable td,
|
||||||
|
Loading…
Reference in New Issue
Block a user