You are here: Home Minimum Wage Check Chandigarh Custom.css
 

Custom.css

by Khushi Mehta last modified Jan 19, 2011 05:53 PM

custom.css — Cascading Style Sheet, 0Kb

File contents

#csvtable-view h2 {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 1em;
  border-bottom: none;
}

table.csvtable {
  margin: auto;
  background: #F3F7FD;
  border-collapse: collapse;
}
table.csvtable th, table.csvtable td {
  border: 1px #BBD8FB solid;
  padding: 0.2em;
}
table.csvtable th
{
background: none repeat scroll 0 0 #DEE7EC;
width: 100px;
}

table.csvtable tr:hover {
  background-color: silver;
}
table.csvtable td.col_2,
table.csvtable td.col_3,
table.csvtable td.col_4 {
  text-align: center;
}

Share |