Skip to content

Commit

Permalink
Built site for eurostat: 4.0.0@5d8ece6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2023
1 parent 30c97d6 commit 5a4a545
Show file tree
Hide file tree
Showing 98 changed files with 11,444 additions and 2,422 deletions.
7 changes: 4 additions & 3 deletions 404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 19 additions & 10 deletions BS5/rogtemplate.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,33 @@ img[src$='#floatright'] {
/*********************************/


/* Mono fonts */
/* Navbar tweaks */

.navbar-dark.bg-dark {
background-color: #343a40 !important;
}

.navbar-brand {
font-family: 'B612 Mono', monospace;
letter-spacing: 2px;
font-size: 1.5rem;
color: #fff;
}
.navbar-brand:hover, .navbar-brand:focus {
color: #fff;
}
.navbar .text-muted {
color: #6c757d !important;
}

.navbar-brand {
font-size: 1.5rem;
.navbar .nav-link{
color: rgba(255,255,255,.5);
}

.navbar .nav-link:hover, .navbar .nav-link:focus{
color: rgba(255,255,255,.75);
background: #343a40 !important;
}

/* Position hack to get full width footer even though pkgdown puts it inside a container * See: https://css-tricks.com/full-width-containers-limited-width-parents/ */

Expand Down Expand Up @@ -156,20 +172,13 @@ footer .pkgdown-footer-left {
}


/* Navbar */

.navbar-dark.bg-dark {
background-color: #343a40 !important;
}

/* ---Caption figure--- */
.caption,.figure {
color: #6c757d;
margin-left: auto;
margin-right: auto;
margin-top: 0.5rem;
font-size: 85%;
width: 100%;
}
.pkg {
font-weight: bold;
Expand Down
5 changes: 3 additions & 2 deletions LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions articles/articles/dimlst_vs_allconceptschemes.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="0;URL=https://ropengov.github.io/eurostat/articles/dimlst_vs_allconceptschemes.html" />
<meta name="robots" content="noindex">
<link rel="canonical" href="https://ropengov.github.io/eurostat/articles/dimlst_vs_allconceptschemes.html">
</head>
</html>

7 changes: 4 additions & 3 deletions articles/blogposts.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5a4a545

Please sign in to comment.