Skip to content
Snippets Groups Projects
Commit d10a60b5 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

modified gitignore to include font stylesheet

parent 052807a3
Branches
No related tags found
1 merge request!1401Development
......@@ -10,6 +10,7 @@ Homestead.yaml
langfiles.zip
# The Files created by Webpack in the build process
/public/**/*.css
!/public/fonts/arimo/stylesheet.css
/public/**/*.js
/public/mix-manifest.json
......
@font-face {
font-family: 'Arimo';
src: url('Arimo-Italic.eot');
src: local('Arimo Italic'), local('Arimo-Italic'),
url('Arimo-Italic.eot?#iefix') format('embedded-opentype'),
url('Arimo-Italic.woff2') format('woff2'),
url('Arimo-Italic.woff') format('woff'),
url('Arimo-Italic.ttf') format('truetype'),
url('Arimo-Italic.svg#Arimo-Italic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Arimo';
src: url('Arimo-Bold.eot');
src: local('Arimo Bold'), local('Arimo-Bold'),
url('Arimo-Bold.eot?#iefix') format('embedded-opentype'),
url('Arimo-Bold.woff2') format('woff2'),
url('Arimo-Bold.woff') format('woff'),
url('Arimo-Bold.ttf') format('truetype'),
url('Arimo-Bold.svg#Arimo-Bold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Arimo';
src: url('Arimo-BoldItalic.eot');
src: local('Arimo Bold Italic'), local('Arimo-BoldItalic'),
url('Arimo-BoldItalic.eot?#iefix') format('embedded-opentype'),
url('Arimo-BoldItalic.woff2') format('woff2'),
url('Arimo-BoldItalic.woff') format('woff'),
url('Arimo-BoldItalic.ttf') format('truetype'),
url('Arimo-BoldItalic.svg#Arimo-BoldItalic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Arimo';
src: url('Arimo.eot');
src: local('Arimo'),
url('Arimo.eot?#iefix') format('embedded-opentype'),
url('Arimo.woff2') format('woff2'),
url('Arimo.woff') format('woff'),
url('Arimo.ttf') format('truetype'),
url('Arimo.svg#Arimo') format('svg');
font-weight: normal;
font-style: normal;
}
......@@ -34,7 +34,10 @@ body {
}
#sortSelect {
height: 29px;width: 190px;line-height: 29px;padding-top: 3px;
height: 29px;
width: 190px;
line-height: 29px;
padding-top: 3px;
}
#filterInput {
......@@ -81,7 +84,6 @@ body {
#sortBox {
margin-top: 10px;
}
.wikiqtextract {
......@@ -94,14 +96,14 @@ body {
}
.serverInfoButtonLink {
font-size:12px;color:#BBB!important;
font-size: 12px;
color: #BBB!important;
}
#sortDropdown {
clear: none!important;
width: 200px;
float: right;
}
.werbebox {
......@@ -109,7 +111,6 @@ body {
padding-bottom: 10px!important;
}
@media (max-height: 849px) {
.ergebnisbox {
padding-bottom: 10px;
......@@ -133,8 +134,6 @@ body {
.ergebnisbox {
width: 67%!important;
}
#sortDropdown {
clear: none!important;
}
......@@ -156,12 +155,10 @@ body {
#filterForm {
margin: 3px;
margin-top: 3px;
}
#sortDropdown li {
width: 100%;
}
#sortDropdown {
clear: none!important;
}
......@@ -177,9 +174,7 @@ body {
}
.alert-warning {
#background-color: #FFEDBA;
background-color: #FFF;
#border-color: #FFBB00;
border-color: #FFF;
color: #BA9227;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment