Update mpos.css

Removing Inline CSS
This commit is contained in:
SamuelNZ 2014-03-31 12:48:46 +13:00
parent 86d81dca75
commit d4c5d3197c

View File

@ -585,3 +585,15 @@ div.fade {
} }
/* End Test */ /* End Test */
/* Tables */
.table>tbody>tr>th
{
padding-left:3px;
border: 1px solid #ddd;
background-color: #f9f9f9;
padding-right:1px;
}
/* End Tables */