summaryrefslogtreecommitdiffstats
path: root/wp-admin
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-19 10:54:14 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-19 10:54:14 +0000
commitc06a012af85df858587f73fd1c240b56af2d6513 (patch)
treede265ad6e15b62b1789c6aa483db83df9de7bef2 /wp-admin
parent387c784953363eb84bbebec0cff9e1b79dcb9665 (diff)
downloadwordpress-mu-c06a012af85df858587f73fd1c240b56af2d6513.tar.gz
wordpress-mu-c06a012af85df858587f73fd1c240b56af2d6513.tar.xz
wordpress-mu-c06a012af85df858587f73fd1c240b56af2d6513.zip
Minor change to how theme meta data is displayed, fixes #455
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1108 7be80a69-a1ef-0310-a953-fb0f7c49ff36
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'); ?>