Skip to content

Commit

Permalink
Fix css typo from dcda8a8 which caused the gap between the left and r…
Browse files Browse the repository at this point in the history
…ight columns to be twice as large as needed.
  • Loading branch information
progers committed Mar 4, 2016
1 parent 31e149c commit 249351b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
width: 0;
}
/* Ensure there's not twice the padding when side-by-side. */
.#leftTile { margin-right: 1em; }
.#rightTile { margin-left: 1em; }
#leftTile { margin-right: 1em; }
#rightTile { margin-left: 1em; }
.type {
border-bottom: 1px solid #dbdbdb;
color: rgba(0,0,0,0.87);
Expand Down

0 comments on commit 249351b

Please sign in to comment.