From c3acb4f8232f4e0479b3532d7dfe40e3cf01c93f Mon Sep 17 00:00:00 2001 From: Catouse Date: Mon, 23 Sep 2013 08:34:47 +0800 Subject: [PATCH] * fix ie7/8 compatibility issues. --- module/webapp/css/common.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/module/webapp/css/common.css b/module/webapp/css/common.css index afd550cfe4..4afab04c99 100644 --- a/module/webapp/css/common.css +++ b/module/webapp/css/common.css @@ -16,6 +16,4 @@ #webapps li table .webapp-info{color:#888; padding-top:2px; height:32px; white-space:pre-wrap;} small{font-weight:normal} -#webapps .button-c{min-width: inherit;} -ul#webapps>li{border: 1px solid #ddd;width: 25%;padding: 1%;margin: 0 20px 20px 0;} -ul#webapps>li>table{border: none;} +#webapps .button-c{min-width: inherit;} \ No newline at end of file