This repository was archived by the owner on Dec 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
change font type to fix jenkins fe view #122
Open
JonasHillerDkd
wants to merge
5
commits into
liip:master
Choose a base branch
from
dkd:feature/92960-change_font_type_to_fix_jenkins_FE_view
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5d50ba1
Issue #91325: downgraded the HTML_CodeSniffer version
JonasHillerDkd 202a39a
Issue #92960: changed font type
JonasHillerDkd bb311cf
Issue #92960: fixed font type and resolved merge conflicts
JonasHillerDkd b0df426
Issue #122: Removed commit change from other pull request
JonasHillerDkd 0453cf6
Issue #122: added the old webfont and added the fonts Arial, Verdana …
JonasHillerDkd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,8 @@ | |
| font-style: normal; | ||
| font-weight: 200; | ||
| src: local(Source Sans Pro ExtraLight), | ||
| local(SourceSansPro-ExtraLight), | ||
| url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGIAPdqzPmKFFIYQ-46z3JxY.woff2) format('woff2'); | ||
| local(SourceSansPro-ExtraLight), | ||
| url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGIAPdqzPmKFFIYQ-46z3JxY.woff2) format('woff2'); | ||
| } | ||
|
|
||
| * { | ||
|
|
@@ -13,7 +13,7 @@ | |
| } | ||
|
|
||
| body { | ||
| font: .9em/1.2em Source Sans Pro; | ||
| font: .9em/1.2em Source Sans Pro, Arial, Verdana, Helvetica, sans-serif; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please, keep only this line in your patch. The rest is not necessary.
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. But i cleaned up the code format. I think it should be necessary |
||
| color: rgb(43, 6, 1); | ||
| } | ||
|
|
||
|
|
@@ -42,29 +42,29 @@ h2 { | |
| background-color: rgba(244, 96, 37, .1); | ||
| } | ||
|
|
||
| [data-result-level="error"] h2 { | ||
| color: rgb(244, 96, 37); | ||
| } | ||
| [data-result-level="error"] h2 { | ||
| color: rgb(244, 96, 37); | ||
| } | ||
|
|
||
| [data-result-level="warning"] { | ||
| fill: rgb(254, 178, 54); | ||
| stroke: rgb(254, 178, 54); | ||
| background-color: rgba(254, 178, 54, .1); | ||
| } | ||
|
|
||
| [data-result-level="warning"] h2 { | ||
| color: rgb(254, 178, 54); | ||
| } | ||
| [data-result-level="warning"] h2 { | ||
| color: rgb(254, 178, 54); | ||
| } | ||
|
|
||
| [data-result-level="notice"] { | ||
| fill: rgb(10, 172, 207); | ||
| stroke: rgb(10, 172, 207); | ||
| background-color: rgba(10, 172, 207, .1); | ||
| } | ||
|
|
||
| [data-result-level="notice"] h2 { | ||
| color: rgb(10, 172, 207); | ||
| } | ||
| [data-result-level="notice"] h2 { | ||
| color: rgb(10, 172, 207); | ||
| } | ||
|
|
||
| text[data-result-level], | ||
| [data-result-level] text { | ||
|
|
@@ -133,27 +133,27 @@ text[data-result-level], | |
| transition: max-height .5s ease-in-out; | ||
| } | ||
|
|
||
| #controls > .all-notes:hover { | ||
| max-height: 1000px; | ||
| } | ||
|
|
||
| #controls > .all-notes > p { | ||
| cursor: pointer; | ||
| text-align: right; | ||
| text-decoration: underline; | ||
| margin-bottom: .7em; | ||
| } | ||
|
|
||
| #controls > .all-notes > ul { | ||
| list-style: none; | ||
| -moz-column-width: 3.5em; | ||
| -moz-column-gap: 2.5em; | ||
| -webkit-column-width: 3.5em; | ||
| -webkit-column-gap: 2.5em; | ||
| column-width: 3.5em; | ||
| column-gap: 2.5em; | ||
| } | ||
|
|
||
| #controls > .all-notes > ul > li > small { | ||
| float: right; | ||
| } | ||
| #controls > .all-notes:hover { | ||
| max-height: 1000px; | ||
| } | ||
|
|
||
| #controls > .all-notes > p { | ||
| cursor: pointer; | ||
| text-align: right; | ||
| text-decoration: underline; | ||
| margin-bottom: .7em; | ||
| } | ||
|
|
||
| #controls > .all-notes > ul { | ||
| list-style: none; | ||
| -moz-column-width: 3.5em; | ||
| -moz-column-gap: 2.5em; | ||
| -webkit-column-width: 3.5em; | ||
| -webkit-column-gap: 2.5em; | ||
| column-width: 3.5em; | ||
| column-gap: 2.5em; | ||
| } | ||
|
|
||
| #controls > .all-notes > ul > li > small { | ||
| float: right; | ||
| } | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.