Ignore:
Timestamp:
02/06/2006 08:57:27 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
529c103
Parents:
9442d266
Message:

Ported r7357 and r7358 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7360 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs.css

    r9442d266 r1798edf  
    256256}
    257257
     258/*table */
     259
     260div.table {
     261  text-align: center;
     262}
     263
     264div.table table {
     265  margin-left: auto;
     266  margin-right: auto;
     267  text-align: center;
     268}
     269
     270div.table table th, div.table table td {
     271  padding: 0.2em 2em 0.2em 2em;
     272}
     273
    258274/* Indented blocks */
    259275p, ul, dl, code, blockquote {
Note: See TracChangeset for help on using the changeset viewer.