Skip to content

Commit

Permalink
removed the executable permission from all .md files and moved some c…
Browse files Browse the repository at this point in the history
…ss code from "override.css" to "action_form.css"
  • Loading branch information
MaxGandyra committed Dec 22, 2023
1 parent ec76bf7 commit 4f804c6
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ pygmentsCodefencesGuessSyntax = true
youtube = "agkiunibremen"

[[menu.main]]
name = "contact"
name = "Contact"
url = "page/contact/"
weight = 1
Empty file modified content/_index.md
100755 → 100644
Empty file.
Empty file modified content/examples/2015-02-20-test-markdown.md
100755 → 100644
Empty file.
Empty file modified content/examples/2016-03-08-code-sample.md
100755 → 100644
Empty file.
Empty file modified content/examples/2017-03-05-math-sample.md
100755 → 100644
Empty file.
Empty file modified content/examples/2017-03-07-bigimg-sample.md
100755 → 100644
Empty file.
Empty file modified content/examples/2017-03-20-photoswipe-gallery-sample.md
100755 → 100644
Empty file.
Empty file modified content/posts/Giskard/index.md
100755 → 100644
Empty file.
Empty file.
Empty file modified content/posts/KnowRob/index.md
100755 → 100644
Empty file.
Empty file modified content/posts/PyCRAM/index.md
100755 → 100644
Empty file.
Empty file modified content/posts/RoboKudo/index.md
100755 → 100644
Empty file.
6 changes: 6 additions & 0 deletions static/css/action_form.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@
.disabled-action-button-wrapper {
cursor: not-allowed;
}


/* make all vue action button alert messages invisible */
div pre.alert.alert-warning {
display: none;
}
6 changes: 0 additions & 6 deletions static/css/override.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,3 @@ div.navbar-header a.navbar-brand:focus {
.post-preview > a:focus {
color: #0068b4;
}


/* make all vue action button alert messages invisible */
div pre.alert.alert-warning {
display: none;
}

0 comments on commit 4f804c6

Please sign in to comment.