mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35:58 +01:00
Fix CSS for new version of Font Awesome.
This commit is contained in:
parent
21361a87cd
commit
08b1a50d21
2 changed files with 6 additions and 4 deletions
|
@ -8,7 +8,9 @@
|
|||
<link rel="stylesheet" type="text/css" href="/404.css"/>
|
||||
<link rel="author" href="https://www.irif.fr/~jch/"/>
|
||||
<!-- Font Awesome File -->
|
||||
<link rel="stylesheet" type="text/css" href="/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/fontawesome.min.css">
|
||||
<link href="/css/solid.css" rel="stylesheet" type="text/css">
|
||||
<link href="/css/regular.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -16,7 +18,7 @@
|
|||
<div class="wrapper">
|
||||
<div class="landing-page">
|
||||
<div class="logo">
|
||||
<i class="fa fa-frown-o" aria-hidden="true"></i>
|
||||
<i class="fas fa-frown" aria-hidden="true"></i>
|
||||
</div>
|
||||
|
||||
<h1> Page not found!</h1>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
<ul class="nav-menu">
|
||||
<li>
|
||||
<button id="presentbutton" class="invisible btn btn-success">
|
||||
<i class="fas fa-video-camera" aria-hidden="true"></i><span class="nav-text"> Present</span>
|
||||
<i class="fas fa-video" aria-hidden="true"></i><span class="nav-text"> Present</span>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue