Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
margin+padding... just making things look better.
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
svg_graph/base.py
|
@@ -74,6 +74,9 @@ def to_xml(self): |
|
|
.graph { |
|
|
height: %(height)spx; |
|
|
width: %(width)spx; |
|
|
background-color: white; |
|
|
margin-top: 15; |
|
|
padding: 50; |
|
|
} |
|
|
.axis { |
|
|
stroke: #ccc; |
|
|