File tree 4 files changed +25
-0
lines changed 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 94
94
margin-right : 0.5em ;
95
95
}
96
96
# content # banner-secondary .download-main .support-notice {
97
+ padding-top : 8px ;
97
98
font-size : 12px ;
99
+ line-height : 1.4em ;
98
100
}
99
101
100
102
.resources {
Original file line number Diff line number Diff line change @@ -881,6 +881,24 @@ iframe {
881
881
margin : 0 ;
882
882
}
883
883
884
+ /* Support message
885
+ ========================================================================== */
886
+
887
+ # support-message {
888
+ display : flex;
889
+ justify-content : center;
890
+ background-color : # dddddd ;
891
+ padding : 4px 4px ;
892
+ font-size : 15px ;
893
+ }
894
+ # support-message span {
895
+ text-align : center;
896
+ padding-left : 20px ;
897
+ padding-right : 20px ;
898
+ }
899
+ # support-message span a {
900
+ color : # 222 ;
901
+ }
884
902
885
903
/* Global Nav
886
904
========================================================================== */
Original file line number Diff line number Diff line change 34
34
</head>
35
35
<body <?php body_class (); ?> >
36
36
37
+ <div id="support-message" class="support-message">
38
+ <span style="">jQuery 4 is currently in beta. Soon jQuery 3 will reach EOL along with versions 1 and 2. Learn more about our <a href="https://jquery.com/support/">Version Support</a>.</span>
39
+ </div>
40
+
37
41
<header>
38
42
<section id="global-nav">
39
43
<nav>
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ function menu_header_jquery_com() {
13
13
'https://blog.jquery.com/ ' => 'Blog ' ,
14
14
'https://plugins.jquery.com/ ' => 'Plugins ' ,
15
15
'https://jquery.com/browser-support/ ' => 'Browser Support ' ,
16
+ 'https://jquery.com/support/ ' => 'Version Support ' ,
16
17
);
17
18
}
18
19
You can’t perform that action at this time.
0 commit comments