10 lines
167 B
CSS
10 lines
167 B
CSS
/**
|
|
* @file
|
|
* Bartik theme styles.
|
|
*/
|
|
|
|
/* Add background color to table cells so that very wide off-screen tables look okay. */
|
|
table {
|
|
background-color: #fff;
|
|
}
|