Remove superfluous 'table' selector from main.css in 'jekyll new' site template.
Closes #1323
This commit is contained in:
parent
4df051c49b
commit
a880b7f99f
|
@ -29,11 +29,6 @@ a { color: #00a; }
|
|||
a:hover { color: #000; }
|
||||
a:visited { color: #a0a; }
|
||||
|
||||
table {
|
||||
font-size: inherit;
|
||||
font: 100%;
|
||||
}
|
||||
|
||||
/*****************************************************************************/
|
||||
/*
|
||||
/* Home
|
||||
|
|
Loading…
Reference in New Issue