/*
  history.css
  WHM : Wiki Hyper Media
  (c) Olivier Pirson --- http://www.opimedia.be/
  8 août 2011
*/


table.history {
    border-collapse: collapse;
    border-style: solid none;
    border-width: 1px;
}


table.history tr { border-bottom: solid 1px; }
table.history tr:first-child { border-bottom-style: none; }

table.history tr.even {  }

table.history tr.odd { background-color: #D2BFA6; }


table.history td {
    border-style: none solid;
    border-width: 1px;

    padding: 1px 1ex;
}

table.history th {
    border-style: none solid;
    border-width: 1px;

    text-align: left;
}
