diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/header.php
index 016b5e58c..12e33ea16 100644
|
|
|
wporg_get_global_header(); |
| 68 | 68 | <?php endif; ?> |
| 69 | 69 | </div><!-- .site-branding --> |
| 70 | 70 | </header><!-- #masthead --> |
| | 71 | <div id="lang-guess-wrap"></div> |
| | 72 | No newline at end of file |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_elements.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_elements.scss
index 16d6b7ac4..3d5172e0e 100644
|
|
|
img { |
| 65 | 65 | @import "notices"; |
| 66 | 66 | @import "banners"; |
| 67 | 67 | @import "badges"; |
| | 68 | @import "legacy_notice"; |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_legacy_notice.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/elements/_legacy_notice.scss
new file mode 100644
index 000000000..ba6a36635
|
-
|
+
|
|
| | 1 | /* We include this top match the homepage language bar */ |
| | 2 | #lang-guess { |
| | 3 | width: inherit; |
| | 4 | max-width: inherit; |
| | 5 | margin: 0; |
| | 6 | border: inherit; |
| | 7 | font: inherit; |
| | 8 | padding: .5rem; |
| | 9 | background: #C7E8CA; |
| | 10 | text-align: center; |
| | 11 | font-size: .8rem; |
| | 12 | -moz-border-radius: inherit; |
| | 13 | -khtml-border-radius: inherit; |
| | 14 | -webkit-border-radius: inherit; |
| | 15 | border-radius: inherit |
| | 16 | } |
| | 17 | |
| | 18 | #lang-guess a { |
| | 19 | text-decoration: underline |
| | 20 | } |