partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit cfce05ce2cdc84ab8a556a55338d829ea10329c2
parent 6583023355d35a5f3f4ecd69f8415040b1c5e02b
Author: Felicia Hummel <felicia@partkeepr.com>
Date:   Tue, 17 Jan 2017 19:27:01 +0100

Removed Ubuntu font, fixes #743

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/public/css/PartKeepr.css | 13-------------
Msrc/PartKeepr/FrontendBundle/Resources/views/index.html.twig | 3---
Mtheme/sass/partkeepr.scss | 10----------
Mweb/setup/index.html | 1-
4 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/public/css/PartKeepr.css b/src/PartKeepr/FrontendBundle/Resources/public/css/PartKeepr.css @@ -71,19 +71,6 @@ background-image: url(../images/form/trigger-ellipsis.png); } -.partkeepr-logo { - height: 26px; - padding-right: 30px; - vertical-align: middle; - display:flex; - align-items:center; - font-size: 20px; - font-family: 'Ubuntu', sans-serif; - background-repeat: no-repeat; - background-position: right; - background-image: url(../images/partkeepr-logo.png); -} - .partkeepr-part-manager-compact { background-position: top left; background-repeat: no-repeat; diff --git a/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig @@ -8,9 +8,6 @@ <base href="{{ app.request.getBaseURL() }}"/> - <link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700italic" - rel="stylesheet" type="text/css"> - <!-- Include the ExtJS CSS Theme --> {% stylesheets filter='cssrewrite' diff --git a/theme/sass/partkeepr.scss b/theme/sass/partkeepr.scss @@ -175,16 +175,6 @@ $relative-image-path-for-uis: true; // defaults to "../images/" when true -webkit-box-shadow: none; } -.partkeepr-logo { - color: white !important; - font-weight: bold; - font-style: italic; - font-family: 'Ubuntu', sans-serif !important; - - text-shadow: 0px -1px 0px #374683; - font-size: 24px !important; -} - .partkeepr-logo-align { margin-right: 1px; text-align: right; diff --git a/web/setup/index.html b/web/setup/index.html @@ -6,7 +6,6 @@ <title>PartKeepr Setup</title> <link rel="icon" href="../bundles/partkeeprfrontend/images/favicon.ico"/> - <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,700italic' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../js/packages/extjs6/build/classic/theme-classic/resources/theme-classic-all.css"/> <link rel="stylesheet" href="../atelierspierrot/famfamfam-silk-sprite/silk-icons-sprite.css"/> <link rel="stylesheet" href="css/BreadCrumbWizard.css"/>