Skip to content

Commit

Permalink
Update better-defaults.css
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruant committed Sep 3, 2014
1 parent 287c78d commit 4c43546
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions better-defaults.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,6 @@ li {
padding: 0;
}

/* empty divs being invisible is an annoying default */
div:empty{
width: 300px;
height: 100px;

background-color: rgb(224, 174, 224);
}


/*
Expand All @@ -64,10 +57,10 @@ div:empty{
.table-layout {
display: table;
}
.table-layout > *, .table-row-layout {
.table-layout > * {
display: table-row;
}
.table-layout > * > *, table-row-layout > * {
.table-layout > * > *{
display: table-cell;
vertical-align: top;
}
Expand Down

0 comments on commit 4c43546

Please sign in to comment.