Cosmetics
This commit is contained in:
parent
5c65196eac
commit
b4cfad65c0
2 changed files with 18 additions and 4 deletions
|
|
@ -58,3 +58,7 @@
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
color: $pink;
|
color: $pink;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-label {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
18
db/seeds.rb
18
db/seeds.rb
|
|
@ -1,9 +1,19 @@
|
||||||
# Seed Standards
|
# Seed Standards
|
||||||
Standard.create!(name_de: "WCAG",
|
Standard.create!(name_de: "WCAG 2.0",
|
||||||
name_en: "WCAG",
|
name_en: "WCAG 2.0",
|
||||||
|
version: "2.0",
|
||||||
|
url_de: "https://outline-rocks.github.io/wcag/translations/WCAG21-de/",
|
||||||
|
url_en: "https://www.w3.org/TR/WCAG21/")
|
||||||
|
Standard.create!(name_de: "WCAG 2.1",
|
||||||
|
name_en: "WCAG 2.1",
|
||||||
version: "2.1",
|
version: "2.1",
|
||||||
url_de: "https://outline-rocks.github.io/wcag/translations/WCAG21-de/",
|
url_de: "https://outline-rocks.github.io/wcag/translations/WCAG21-de/",
|
||||||
url_en: "https://www.w3.org/TR/WCAG21/")
|
url_en: "https://www.w3.org/TR/WCAG21/")
|
||||||
|
Standard.create!(name_de: "WCAG 2.2",
|
||||||
|
name_en: "WCAG 2.2",
|
||||||
|
version: "2.2",
|
||||||
|
url_de: "https://outline-rocks.github.io/wcag/translations/WCAG21-de/",
|
||||||
|
url_en: "https://www.w3.org/TR/WCAG21/")
|
||||||
Standard.create!(name_de: "eCH-0059",
|
Standard.create!(name_de: "eCH-0059",
|
||||||
name_en: "eCH-0059",
|
name_en: "eCH-0059",
|
||||||
version: "3.0",
|
version: "3.0",
|
||||||
|
|
@ -19,8 +29,8 @@ Standard.create!(name_de: "EPUB AT",
|
||||||
version: "3.3",
|
version: "3.3",
|
||||||
url_de: "https://www.w3.org/TR/epub-33/",
|
url_de: "https://www.w3.org/TR/epub-33/",
|
||||||
url_en: "https://www.w3.org/TR/epub-33/")
|
url_en: "https://www.w3.org/TR/epub-33/")
|
||||||
Standard.create!(name_de: "Goran",
|
Standard.create!(name_de: "Goran (optimiert)",
|
||||||
name_en: "Goran",
|
name_en: "Goran (optimiert)",
|
||||||
version: "1.0",
|
version: "1.0",
|
||||||
url_de: "",
|
url_de: "",
|
||||||
url_en: "")
|
url_en: "")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue