doc/en_US.ISO8859-1/htdocs/layout/css/table.css
Hiroki Sato 282a032540 - Remove junk directories.
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
  information in the www and the doc directory.
- Add various administration files to svnadmin.
 
Approved by:	doceng (implicit)
2012-05-17 02:51:08 +00:00

32 lines
470 B
CSS

/*
* FreeBSD.org - Table Styles
*
* $FreeBSD$
*/
.tblbasic {
background-color: #eee;
border-spacing: 0px;
border: 1px solid #CACACA;
border-bottom: 0;
border-collapse: collapse;
}
.tblbasic thead {
font-weight: bold;
}
.tblbasic th {
font-weight: bold;
padding: 8px;
border-bottom: 1px solid #D4D4D4;
}
.tblbasic td {
padding: 8px;
border-bottom: 1px solid #D4D4D4;
}
.tblbasic td+td, .tblbasic th+th {
border-left: 1px solid #D4D4D4;
}