Changeset 6986
- Timestamp:
- 03/30/2018 09:58:41 PM (8 years ago)
- Location:
- sites/trunk/wp15.wordpress.net/public_html/content
- Files:
-
- 2 added
- 1 deleted
- 2 edited
-
mu-plugins/locales.php (modified) (1 diff)
-
themes/twentyseventeen-wp15/header.php (added)
-
themes/twentyseventeen-wp15/images/confetti-divider.svg (added)
-
themes/twentyseventeen-wp15/style.css (modified) (3 diffs)
-
themes/twentyseventeen-wp15/template-parts/header (deleted)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/mu-plugins/locales.php
r6943 r6986 57 57 58 58 /** 59 * Retr eives all avaiable locales with their native names.59 * Retrieves all available locales with their native names. 60 60 * 61 61 * See https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php#L150 -
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css
r6985 r6986 50 50 } 51 51 52 .home .entry-title { 53 display: none; 54 } 55 56 57 /* 58 * Header 59 */ 60 .site-header { 61 display: grid; 62 grid-template-rows: auto auto; 63 grid-template-columns: auto 280px; 64 } 65 52 66 .custom-header { 67 grid-column: 1 / span 2; 68 grid-row: 1; 69 margin-bottom: 0 !important; 53 70 background-color: #00A0D2; 54 71 background-image: url( 'images/confetti-tile.svg' ); … … 86 103 } 87 104 88 .home .entry-title { 89 display: none; 105 .navigation-top { 106 grid-column: 1; 107 grid-row: 2; 108 position: relative; 109 } 110 111 .wp15-locale-switcher-container { 112 grid-column: 2; 113 grid-row: 2; 114 padding: 20px 30px 0 0; 115 background-color: white; 116 border-bottom: 1px solid #eee; 117 } 118 119 #wp15-locale-switcher-form label { 120 display: inline; 121 } 122 123 .wp15-locale-switcher-container .dashicons-translation { 124 margin: 5px 10px; 90 125 } 91 126 … … 316 351 317 352 /* 318 * Language Picker319 */320 .wp15-locale-switcher-container {321 float: right;322 margin-top: 9px;323 margin-right: 2em;324 }325 326 327 /*328 353 * Embeds 329 354 */
Note: See TracChangeset
for help on using the changeset viewer.