This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new b8e7309 ARTEMIS-3629 fixed css error
new 1beb656 This closes #3901
b8e7309 is described below
commit b8e73094828767b59ca9ec4015013143e656f910
Author: Erwin Dondorp <[email protected]>
AuthorDate: Thu Jan 6 22:52:55 2022 +0100
ARTEMIS-3629 fixed css error
---
.../src/main/webapp/plugin/css/activemq.css | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git
a/artemis-hawtio/activemq-branding/src/main/webapp/plugin/css/activemq.css
b/artemis-hawtio/activemq-branding/src/main/webapp/plugin/css/activemq.css
index 46c3ced..1706b4f 100644
--- a/artemis-hawtio/activemq-branding/src/main/webapp/plugin/css/activemq.css
+++ b/artemis-hawtio/activemq-branding/src/main/webapp/plugin/css/activemq.css
@@ -21,20 +21,20 @@
/* You can customise the styles of your application here. */
@font-face {
font-family: 'PatternFlyIcons-webfont';
- src: url('../../../console/fonts/PatternFlyIcons-webfont.eot');
- url('../../../console/fonts/PatternFlyIcons-webfont.woff') format('woff'),
- url('../../../console/fonts/PatternFlyIcons-webfont.ttf')
format('truetype'),
- url('../../../console/fonts/PatternFlyIcons-webfont.svg') format('svg');
+ src: url('../../../console/fonts/PatternFlyIcons-webfont.eot'),
+ url('../../../console/fonts/PatternFlyIcons-webfont.woff')
format('woff'),
+ url('../../../console/fonts/PatternFlyIcons-webfont.ttf')
format('truetype'),
+ url('../../../console/fonts/PatternFlyIcons-webfont.svg') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'OpenSans';
- src: url('../../../console/fonts/OpenSans-Regular-webfont.eot');
- url('../../../console/fonts/OpenSans-Regular-webfont.woff') format('woff'),
- url('../../../console/fonts/OpenSans-Regular-webfont.ttf')
format('truetype'),
- url('../../../console/fonts/OpenSans-Regular-webfont.svg') format('svg');
+ src: url('../../../console/fonts/OpenSans-Regular-webfont.eot'),
+ url('../../../console/fonts/OpenSans-Regular-webfont.woff')
format('woff'),
+ url('../../../console/fonts/OpenSans-Regular-webfont.ttf')
format('truetype'),
+ url('../../../console/fonts/OpenSans-Regular-webfont.svg')
format('svg');
font-weight: normal;
font-style: normal;
}