Merge pull request #1328 from mojombo/remove_table_selector
Remove superfluous 'table' selector from main.css in 'jekyll new' site template
This commit is contained in:
commit
9f05406741
|
@ -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