Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Dec 6, 2023
1 parent 1713555 commit aaab573
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions assets/css/azerothcore.css
Original file line number Diff line number Diff line change
Expand Up @@ -1064,3 1064,14 @@ div.alert code, h2 code {
.alert, .callout {
overflow: hidden;
}

/* this part adds an icon after external links, using FontAwesome*/
a[href^="http://"]:after, a[href^="https://"]:after {
content: "\f0c1";
font-family: FontAwesome;
font-weight: normal;
font-style: normal;
display: inline-block;
text-decoration: none;
padding-left: 3px;
}
2 changes: 1 addition & 1 deletion docs/server-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 26,7 @@ Some files are optional but highly recommended:

If you intend to use an enUS client you can download the data files below. If you intend to use any other language client you will need to [extract](#extractors) the data yourself.

<a href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i>Data files enUS (version 16)</a>
<a href="https://github.com/wowgaming/client-data/releases/" target="_blank"><i class="fa-solid fa-download"></i> Data files enUS (version 16)</a>

1. Download the files above.

Expand Down

0 comments on commit aaab573

Please sign in to comment.