Merge pull request #103 from aelfric/master

Use recommended style for fontawesom lists
This commit is contained in:
zjedi 2023-03-11 19:36:17 +01:00 committed by GitHub
commit 2c5699d4e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 11 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
public
exampleSite/public
node_modules
*.lock

View file

@ -370,16 +370,6 @@ li {
margin-left: 30px;
}
ul li {
list-style-type: none;
}
.bult {
display: inline;
float: left;
padding-top: 7px;
}
/* ==========================================================================
2. Utilities - These things get used a lot
========================================================================== */

View file

@ -109,7 +109,8 @@ var $sitehead = $("#site-head");
});
}
$("ul li").before('<span class="bult fa fa-asterisk"></span>');
$('ul').addClass("fa-ul");
$("ul li").prepend('<span class="fa-li"><i class="fa fa-asterisk"></i></span>');
$("blockquote p").prepend('<span class="quo fa fa-quote-left"></span>');
$("blockquote p").append('<span class="quo fa fa-quote-right"></span>');
});

View file

@ -33,3 +33,8 @@ to
![Let us get started on a clean slate](../images/woman-pouring-juice-on-glass-3184192.jpg)
in estimated seconds.
Don't believe me? Here are some bullets
* If anyone can teach you to cook, I can
* And if you already know how to cook, I will make you that much better