summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-28 15:24:21 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-28 15:24:21 -0600
commitc428e49f3273f04fd220107b4992e6177aa1b265 (patch)
tree689fc2a0ef7a6b424cfe34e46a78ffa40e3d7c8c /themes
parent5a2853bca1ea9a9231e01814df9aa373bf50d19c (diff)
Make gMessage 100% of the width of its container.
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_default/css/screen.css2
-rw-r--r--themes/default/css/screen.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/admin_default/css/screen.css b/themes/admin_default/css/screen.css
index 88631e81..062c0e41 100644
--- a/themes/admin_default/css/screen.css
+++ b/themes/admin_default/css/screen.css
@@ -276,7 +276,7 @@ li.gError select {
/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */
#gMessage {
- width: 99%;
+ width: 100%;
}
#gAdminAkismet .gSuccess,
diff --git a/themes/default/css/screen.css b/themes/default/css/screen.css
index 26339e35..8a8f634a 100644
--- a/themes/default/css/screen.css
+++ b/themes/default/css/screen.css
@@ -276,7 +276,7 @@ li.gError select {
/* Status messages ~~~~~~~~~~~~~~~~~~~~~~~ */
#gMessage {
- width: 99%;
+ width: 100%;
}
#gAdminAkismet .gSuccess,