Commit e05f3900 authored by David Schnur's avatar David Schnur

Fix plot legend padding.

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.
parent 6bdc88c1
...@@ -69,4 +69,10 @@ p { ...@@ -69,4 +69,10 @@ p {
#placeholder { #placeholder {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: 14px;
line-height: 14px;
} }
.legend table {
border-spacing: 5px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment