summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin')
-rw-r--r--wp-admin/wpmu-themes.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wp-admin/wpmu-themes.php b/wp-admin/wpmu-themes.php
index d9903f5..512b7bb 100644
--- a/wp-admin/wpmu-themes.php
+++ b/wp-admin/wpmu-themes.php
@@ -25,9 +25,9 @@ $allowed_themes = get_site_allowed_themes();
<table style="border:0; width:100%;" cellspacing="5" cellpadding="5">
<thead>
<tr>
- <th><?php _e('Active') ?></th>
- <th><?php _e('Theme') ?></th>
- <th><?php _e('Description') ?></th>
+ <th style="width:15%;"><?php _e('Active') ?></th>
+ <th style="width:15%;"><?php _e('Theme') ?></th>
+ <th style="width:70%;"><?php _e('Description') ?></th>
</tr>
</thead>
<tbody id="the-list">
@@ -61,4 +61,4 @@ $allowed_themes = get_site_allowed_themes();
</form>
</div>
-<?php include('admin-footer.php'); ?> \ No newline at end of file
+<?php include('admin-footer.php'); ?>