Commit 5811e01c authored by coconux's avatar coconux
Browse files

Fix css and add spell_check to ci

parent 48ca70e7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,7 +5,8 @@ stages:
  - deploy

include:
  - remote: 'https://jobs.r2devops.io/links_checker.yml'
  - remote: 'https://jobs.r2devops.io/links_checker.yml?scope=0.yml'
  - remote: 'https://jobs.r2devops.io/spell_check.yml?scope=0.yml'
  - remote: 'https://jobs.r2devops.io/1.4.0/mkdocs.yml?scope=0.yml'
  - remote: 'https://jobs.r2devops.io/0.3.0/pages.yml?scope=0.yml'

+24 −2
Original line number Diff line number Diff line
@@ -268,11 +268,33 @@ a.banner-link:hover {
    font-weight: bold;
}

a.md-tabs__link>strong.job_tab {


.job_tab {
    transition-delay: 60ms;
    padding: 0.5em;
    border-radius: 7px;
    background-color: white;
    color: #076E81;
    box-shadow: #014F5D 5px 5px;
    box-shadow: #014F5D 4px 4px;
}

/* As we don't have parent selector in CSS, we use the url to identify
the job button */
a[href$="jobs/"] {
  opacity: 1;
}

.job_tab:hover {
opacity: .8;
}

/* Title in the left menu bar */
.md-nav__title > .job_tab{
  box-shadow: none;
}


.documentation_result{
  box-shadow: 8px 8px 12px #aaa;
}
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ This file, named `README.md`, contains the documentation of a job in `markdown`

=== "Result"

    ![Documentation result](images/documentation_result.png){: align=center }
    ![Documentation result](images/documentation_result.png){: .documentation_result }


## 🏗 Job changelogs