Skip to content

Commit 005b289

Browse files
committed
Removed banner issue #5 and fixed image #6
1 parent ecba779 commit 005b289

3 files changed

Lines changed: 1 addition & 21 deletions

File tree

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<center>
2-
# ![image](./figures/r-logo.png){width="300"}
2+
<img src="./figures/r-logo.png" alt="R logo" width="300"/>
33
</center>
44

55
## Preamble

docs/stylesheets/extra.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,6 @@
3030
--md-accent-bg-color--light: rgb(210,227,235,0.5);
3131
}
3232

33-
.banner {
34-
height: 30px; /* Height of the banner */
35-
position: sticky; /* Follows as you scroll */
36-
top: 0; /* Absolute top of page */
37-
left: 0;
38-
width: 100%;
39-
z-index: 1; /* Tells the renderer "this is important", otherwise Admonition and Code Blocks will render into it */
40-
text-align: center;
41-
background-color: rgba(0, 0, 0, 0.87);
42-
}
43-
44-
.md-header {
45-
top: 30px; /* This setting prevents the Material header from imposing into the space of the banner! */
46-
}
47-
4833

4934

5035

overrides/main.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{% extends "base.html" %}
22

33
{% block header %}
4-
<!-- Custom Banner -->
5-
<div class="banner">
6-
<p style="color:rgb(250, 246, 246); display:inline;font-size: 160%;">This repository is in the early stages of development (Alpha Version)</p>
7-
</div>
8-
94
<!-- Original Header -->
105
{% include "partials/header.html" %}
116
{% endblock %}

0 commit comments

Comments
 (0)