Compare commits

..

No commits in common. "080cf8ed8a75f1da36c35064c370d824cb2cd478" and "6940574a3e337a7c72a13ac6d58b0148d19c1232" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -1,10 +0,0 @@
/* tables */
table, td, th, tr {
border: 1px dotted $lightpurple;
}
table {
border-collapse: collapse;
}
tr:nth-child(even){background-color: $gray;}

View File

@ -12,4 +12,3 @@
@import "header";
@import "article";
@import "forms";
@import "tables"