mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-03 10:59:21 +01: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;
|
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 */
|
/* Indented blocks */
|
||||||
p, ul, dl, code, blockquote {
|
p, ul, dl, code, blockquote {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user