Skip to content

Commit

Permalink
Fix plot legend padding.
Browse files Browse the repository at this point in the history
Added explicit border-spacing to compensate for global removal of
padding.  Flot should really take care of this itself; layout-critical
styles shouldn't depend on the user-agent defaults.
  • Loading branch information
dnschnur committed Jan 23, 2013
1 parent 6bdc88c commit e05f390
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/examples.css
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,10 @@ p {
#placeholder {
width: 100%;
height: 100%;
font-size: 14px;
line-height: 14px;
}

.legend table {
border-spacing: 5px;
}

0 comments on commit e05f390

Please sign in to comment.