This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 04ca73d Automatic Site Publish by Buildbot
04ca73d is described below
commit 04ca73d2cfa89f8fe3ac8210f530f3f958c58134
Author: buildbot <[email protected]>
AuthorDate: Wed Nov 25 20:13:25 2020 +0000
Automatic Site Publish by Buildbot
---
output/css/main.css | 10 +++++-----
output/css/main.css.map | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/output/css/main.css b/output/css/main.css
index a2d01ea..87afe24 100644
--- a/output/css/main.css
+++ b/output/css/main.css
@@ -765,15 +765,15 @@ tbody.collapse.show { display: table-row-group; }
.dropdown-toggle:empty::after { margin-left: 0; }
-.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000;
display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin:
0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style:
none; background-color: #fff; background-clip: padding-box; border: 1px solid
rgba(0, 0, 0, 0.15); border-radius: 0.25rem; }
+.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000;
display: none; float: left; min-width: 10rem; padding: 0rem 0; margin: 0rem 0
0; font-size: 1rem; color: #212529; text-align: left; list-style: none;
background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,
0, 0, 0.15); border-radius: 0.25rem; }
-.dropup .dropdown-menu { margin-top: 0; margin-bottom: 0.125rem; }
+.dropup .dropdown-menu { margin-top: 0; margin-bottom: 0rem; }
.dropup .dropdown-toggle::after { display: inline-block; width: 0; height: 0;
margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0;
border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left:
0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after { margin-left: 0; }
-.dropright .dropdown-menu { margin-top: 0; margin-left: 0.125rem; }
+.dropright .dropdown-menu { margin-top: 0; margin-left: 0rem; }
.dropright .dropdown-toggle::after { display: inline-block; width: 0; height:
0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top:
0.3em solid transparent; border-bottom: 0.3em solid transparent; border-left:
0.3em solid; }
@@ -781,7 +781,7 @@ tbody.collapse.show { display: table-row-group; }
.dropright .dropdown-toggle::after { vertical-align: 0; }
-.dropleft .dropdown-menu { margin-top: 0; margin-right: 0.125rem; }
+.dropleft .dropdown-menu { margin-top: 0; margin-right: 0rem; }
.dropleft .dropdown-toggle::after { display: inline-block; width: 0; height:
0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; }
@@ -805,7 +805,7 @@ tbody.collapse.show { display: table-row-group; }
.dropdown-menu.show { display: block; }
-.dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0;
font-size: 0.875rem; color: #6c757d; white-space: nowrap; }
+.dropdown-header { display: block; padding: 0rem 1.5rem; margin-bottom: 0;
font-size: 0.875rem; color: #6c757d; white-space: nowrap; }
.btn-group, .btn-group-vertical { position: relative; display: inline-flex;
vertical-align: middle; }
diff --git a/output/css/main.css.map b/output/css/main.css.map
index afb7c13..936b340 100644
--- a/output/css/main.css.map
+++ b/output/css/main.css.map
@@ -90,7 +90,7 @@
"/*!\n * Bootstrap v4.0.0 (https://getbootstrap.com)\n *
Copyright 2011-2018 The Bootstrap Authors\n * Copyright 2011-2018 Twitter,
Inc.\n * Licensed under MIT
(https://github.com/twbs/bootstrap/blob/master/LICENSE)\n */\n\n@import
\"../custom/variables\"; // we've added this line\n@import
\"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import
\"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import
\"code\";\n@import \"grid\";\n@import \"tables\";\ [...]
"// Override Bootstrap Defaults\n$primary: #78932c; //
Green\n$secondary: #c12766; // Pink\n$success: #cf242a; // Orange\n$warning:
#714099; // Purple\n$info: #3e489f; // Blue\n\n// ActiveMQ
Variables\n$dark-grey: #5e6377; // Dark Grey\n$green: #78932c; // Green\n$pink:
#c12766; // Pink\n$orange: #cf242a; // Orange\n$purple: #714099; //
Purple\n$blue: #3e489f; // Blue\n",
"// Bootstrap functions\n//\n// Utility mixins and functions
for evalutating source code across our variables, maps, and mixins.\n\n//
Ascending\n// Used to evaluate Sass maps like our grid breakpoints.\n@mixin
_assert-ascending($map, $map-name) {\n $prev-key: null;\n $prev-num: null;\n
@each $key, $num in $map {\n @if $prev-num == null {\n // Do nothing\n
} @else if not comparable($prev-num, $num) {\n @warn \"Potentially
invalid value for #{$map-name}: This map must [...]
- "// Variables\n//\n// Variables should follow the
`$component-state-property-size` formula for\n// consistent naming. Ex:
$nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n\n//\n// Color
system\n//\n\n// stylelint-disable\n$white: #fff !default;\n$gray-100:
#f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6
!default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd
!default;\n$gray-600: #6c757d !default;\n$gray-700: #495057
!default;\n$gray-800: #343a40 [...]
+ "// Variables\n//\n// Variables should follow the
`$component-state-property-size` formula for\n// consistent naming. Ex:
$nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n\n//\n// Color
system\n//\n\n// stylelint-disable\n$white: #fff !default;\n$gray-100:
#f8f9fa !default;\n$gray-200: #e9ecef !default;\n$gray-300: #dee2e6
!default;\n$gray-400: #ced4da !default;\n$gray-500: #adb5bd
!default;\n$gray-600: #6c757d !default;\n$gray-700: #495057
!default;\n$gray-800: #343a40 [...]
"// Toggles\n//\n// Used in conjunction with global variables
to enable certain theme features.\n\n// Utilities\n@import
\"mixins/breakpoints\";\n@import \"mixins/hover\";\n@import
\"mixins/image\";\n@import \"mixins/badge\";\n@import
\"mixins/resize\";\n@import \"mixins/screen-reader\";\n@import
\"mixins/size\";\n@import \"mixins/reset-text\";\n@import
\"mixins/text-emphasis\";\n@import \"mixins/text-hide\";\n@import
\"mixins/text-truncate\";\n@import \"mixins/visibility\";\n\n// // C [...]
"// Breakpoint viewport sizes and media queries.\n//\n//
Breakpoints are defined as a map of (name: minimum width), order from small to
large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n//
The map defined in the `$grid-breakpoints` global variable is used as the
`$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null
for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >>
breakpoint-next(sm, (xs: 0, sm: 576px, md: [...]
"// stylelint-disable indentation\n\n// Hover mixin and
`$enable-hover-media-query` are deprecated.\n//\n// Origally added during our
alphas and maintained during betas, this mixin was\n// designed to prevent
`:hover` stickiness on iOS—an issue where hover styles\n// would persist after
initial touch.\n//\n// For backward compatibility, we've kept these mixins and
updated them to\n// always return their regular psuedo-classes instead of a
shimmed media query.\n//\n// Issue: https://git [...]
@@ -170,5 +170,5 @@
"// stylelint-disable declaration-no-important,
selector-no-qualifying-type\n\n// Source:
https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css\n\n//
==========================================================================\n//
Print styles.\n// Inlined to avoid the additional HTTP request:\n//
http://www.phpied.com/delay-loading-your-print-css/\n//
==========================================================================\n\n@if
$enable-print-styles {\n @media print [...]
],
"names": [],
- "mappings":
"ACAA,yMAKG;CmCLF,AAAD,IAAK,CAAC,EAGF,MAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,KAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,OAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,OAAW,CAAQ,KAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,WAAW,CAAQ,QAAC,EAIpB,SAAW,CAAQ,QAAC,EAApB,WAAW,CAAQ,QAAC,EAApB,SAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,SAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,OAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAIpB,
[...]
+ "mappings":
"ACAA,yMAKG;CmCLF,AAAD,IAAK,CAAC,EAGF,MAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,KAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,OAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,OAAW,CAAQ,KAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,WAAW,CAAQ,QAAC,EAIpB,SAAW,CAAQ,QAAC,EAApB,WAAW,CAAQ,QAAC,EAApB,SAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAApB,SAAW,CAAQ,QAAC,EAApB,QAAW,CAAQ,QAAC,EAApB,OAAW,CAAQ,QAAC,EAApB,MAAW,CAAQ,QAAC,EAIpB,
[...]
}
\ No newline at end of file