mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
Revert [32834].
It's not ready yet and was a product of misusing vim. See #30729. Built from https://develop.svn.wordpress.org/trunk@32835 git-svn-id: http://core.svn.wordpress.org/trunk@32806 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
598f4cc4ca
commit
437b1c2b6a
@ -119,12 +119,12 @@
|
||||
}
|
||||
|
||||
.theme-browser .theme .theme-actions .button-primary {
|
||||
float: none;
|
||||
margin-right: 3px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.theme-browser .theme .theme-actions .button-secondary {
|
||||
margin-left: 3px;
|
||||
float: none;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -119,12 +119,12 @@
|
||||
}
|
||||
|
||||
.theme-browser .theme .theme-actions .button-primary {
|
||||
float: none;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.theme-browser .theme .theme-actions .button-secondary {
|
||||
margin-right: 3px;
|
||||
float: none;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
/**
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -207,8 +207,8 @@ if ( $tab ) {
|
||||
<h3 class="theme-name">{{ data.name }}</h3>
|
||||
|
||||
<div class="theme-actions">
|
||||
<a class="button button-secondary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>
|
||||
<a class="button button-primary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>
|
||||
<a class="button button-primary" href="{{ data.install_url }}"><?php esc_html_e( 'Install' ); ?></a>
|
||||
<a class="button button-secondary preview install-theme-preview" href="#"><?php esc_html_e( 'Preview' ); ?></a>
|
||||
</div>
|
||||
|
||||
<# if ( data.installed ) { #>
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-alpha-32834';
|
||||
$wp_version = '4.3-alpha-32835';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user