From 44666a2d316f2adcb24bbb4807686ec6571c8961 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Mon, 21 Oct 2013 15:39:28 +0100 Subject: [PATCH] MDL-42453 theme_base: Fixed Error in base/style/admin.css that breaks CSS validator. --- theme/base/style/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/base/style/admin.css b/theme/base/style/admin.css index 6a46a380813..81521dd3ca7 100644 --- a/theme/base/style/admin.css +++ b/theme/base/style/admin.css @@ -277,7 +277,7 @@ /** MNet networking */ #page-admin-mnet-peers .box.deletedhosts {margin-bottom:1em;font-size:80%;} #page-admin-mnet-peers .mform .certdetails {background-color:white;} -#page-admin-mnet-peers .mform .deletedhostinfo {background-color:#ffd3d9;border 2px solid #eeaaaa;padding:4px;margin-bottom:5px;} +#page-admin-mnet-peers .mform .deletedhostinfo {background-color:#ffd3d9;border: 2px solid #eeaaaa;padding:4px;margin-bottom:5px;} #core-cache-plugin-summaries table, #core-cache-store-summaries table {width:100%;}