Remove deprecated Font Awesomes definitions

parent 11a340f2
...@@ -375,7 +375,8 @@ ...@@ -375,7 +375,8 @@
// Loose lists need bottom margin added back // Loose lists need bottom margin added back
p ~ ol, p ~ ol,
p ~ ul { p ~ ul {
margin-bottom: 16px; } margin-bottom: 16px;
}
} }
ul:dir(rtl), ul:dir(rtl),
...@@ -521,32 +522,26 @@ ...@@ -521,32 +522,26 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.fa-2x,
.admonitionblock td.icon [class^='fa icon-'] { .admonitionblock td.icon [class^='fa icon-'] {
font-size: 2em; font-size: 2em;
} }
.fa-exclamation-triangle::before,
.admonitionblock td.icon .icon-warning::before { .admonitionblock td.icon .icon-warning::before {
content: '⚠'; content: '⚠';
} }
.fa-exclamation-circle::before,
.admonitionblock td.icon .icon-important::before { .admonitionblock td.icon .icon-important::before {
content: '❗'; content: '❗';
} }
.fa-lightbulb-o::before,
.admonitionblock td.icon .icon-tip::before { .admonitionblock td.icon .icon-tip::before {
content: '💡'; content: '💡';
} }
.fa-thumb-tack::before,
.admonitionblock td.icon .icon-note::before { .admonitionblock td.icon .icon-note::before {
content: '📌'; content: '📌';
} }
.fa-fire::before,
.admonitionblock td.icon .icon-caution::before { .admonitionblock td.icon .icon-caution::before {
content: '🔥'; content: '🔥';
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment