Added CSS code for tables.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7357 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2006-02-06 20:39:20 +00:00
parent aec73a3bd8
commit cf7142a5e2

View File

@ -255,6 +255,22 @@ div.itemizedlist {
margin-left: 1em;
}
/*table */
div.table {
text-align: center;
}
div.table table {
margin-left: auto;
margin-right: auto;
text-align: center;
}
div.table table th, div.table table td {
padding: 0.2em 2em 0.2em 2em;
}
/* Indented blocks */
p, ul, dl, code, blockquote {
padding-left: 1em;