mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
aec73a3bd8
commit
cf7142a5e2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user