Reverted back to post order plugins. Modified CSS for nested lists in the sidebar.

This commit is contained in:
MickeyKay
2014-03-21 10:50:33 -07:00
parent 339e99b41b
commit 879e4a9ebe
2 changed files with 14 additions and 8 deletions
+8 -8
View File
@@ -328,6 +328,12 @@ function trestle_register_required_plugins() {
'required' => false, 'required' => false,
), ),
array(
'name' => 'My Page Order',
'slug' => 'my-page-order',
'required' => false,
),
array( array(
'name' => 'NextGen Gallery', 'name' => 'NextGen Gallery',
'slug' => 'nextgen-gallery', 'slug' => 'nextgen-gallery',
@@ -341,8 +347,8 @@ function trestle_register_required_plugins() {
), ),
array( array(
'name' => 'Simple Custom Post Order', 'name' => 'Post Types Order',
'slug' => 'simple-custom-post-order', 'slug' => 'post-types-order',
'required' => false, 'required' => false,
), ),
@@ -381,12 +387,6 @@ function trestle_register_required_plugins() {
'slug' => 'wp-hotkeys', 'slug' => 'wp-hotkeys',
'required' => false, 'required' => false,
), ),
array(
'name' => 'WP Super Cache',
'slug' => 'wp-super-cache',
'required' => false,
),
); );
// Change this to your theme text domain, used for internationalising strings // Change this to your theme text domain, used for internationalising strings
+6
View File
@@ -1567,6 +1567,12 @@ Sidebars
margin-left: 0; margin-left: 0;
} }
.sidebar ul ul {
padding-left: 15px;
padding-left: 1.5rem;
margin-bottom: 0;
}
.sidebar li { .sidebar li {
list-style-type: none; list-style-type: none;
margin-bottom: 6px; margin-bottom: 6px;