HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Velosophe/carparkcannonball.cc/wwwroot/source/styles/base/_base.tables.scss
/*----------------------------------------------------------------------------*\
    #MODULES TABLES
\*----------------------------------------------------------------------------*/

/**
 * Default table styles.
 */

table { width: 100%; }

th,
td {
    @include rhythm-padding(.5);
}

th {
    font-weight: inherit;
    vertical-align: middle;
}

td { vertical-align: bottom; }


/**
 * Table footer.
 */

tfoot { font-style: italic; }


/**
 * Cell alignments.
 */

[colspan] { text-align: center; }

[colspan='1'] { text-align: left; }

[rowspan] { vertical-align: middle; }

[rowspan='1'] { vertical-align: top; }