summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-08 19:19:21 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-08 19:19:21 +0000
commit348d45e928862f4b1387e75b9a8c57600e90dab0 (patch)
treea51810322380e19a84f878366f9f382fbdf57874 /themes
parent1eb6ef6fc3257eb40dd260cbd4c08537833c09f5 (diff)
downloadbrdo-348d45e928862f4b1387e75b9a8c57600e90dab0.tar.gz
brdo-348d45e928862f4b1387e75b9a8c57600e90dab0.tar.bz2
#536984 by Gábor Hojtsy: Fix borders on Updates page.
Diffstat (limited to 'themes')
-rw-r--r--themes/seven/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css
index a15629cdf..dc84298e9 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -682,6 +682,11 @@ a.node-admin-add-content {
line-height: 30px;
}
+/* Update status */
+.versions table.version {
+ border: none;
+}
+
/* Overlay theming */
body.overlay {
background: #fff;