mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
update to bootstrap 4 alpha
- there's no official CDN for bootstrap 4 yet - fixed breaking change in bootstrap's navbar
This commit is contained in:
parent
bf1e26d2c5
commit
a3cbedb859
Binary file not shown.
|
Before Width: | Height: | Size: 830 B After Width: | Height: | Size: 1.7 KiB |
5
lib/public/stylesheets/bootstrap.min.css
vendored
Normal file
5
lib/public/stylesheets/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -55,7 +55,6 @@ a.sponsor {
|
||||
|
||||
a.navbar-brand.twitter {
|
||||
color: #55acee;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a.navbar-brand.twitter:before {
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
<title>Crafatar</title>
|
||||
<link rel="icon" sizes="16x16" type="image/png" href="/favicon.png">
|
||||
<meta charset="utf-8">
|
||||
<link href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.1/css/bootstrap.min.css" rel="stylesheet">
|
||||
<!-- FIXME: Use CDN --> <link rel="stylesheet" href="/stylesheets/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/stylesheets/style.css">
|
||||
<meta name="description" content="Crafatar is a blazing fast Minecraft avatar API with support for avatars, skins, and even 3D renders!">
|
||||
<meta name="keywords" content="minecraft, avatar, renders, skins, uuid, username">
|
||||
@ -19,10 +19,11 @@
|
||||
<meta name="twitter:creator" content="@Crafatar">
|
||||
</head>
|
||||
|
||||
<body><a href="https://github.com/crafatar/crafatar" target="_blank" class="forkme">Fork me on GitHub</a>
|
||||
<body>
|
||||
<a href="https://github.com/crafatar/crafatar" target="_blank" class="forkme">Fork me on GitHub</a>
|
||||
<a href="https://akliz.net/crafatar" target="_blank" title="Crafatar is sponsored by Akliz" class="sponsor">
|
||||
<img src="/images/akliz.png" alt="Akliz"></a>
|
||||
<div class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="navbar navbar-light bg-faded navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header"><a href="/" class="navbar-brand">Crafatar</a><a href="https://twitter.com/Crafatar" target="_blank" class="navbar-brand twitter">crafatar</a></div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user