Created
August 29, 2013 10:30
-
-
Save justinvdm/6376513 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/diamondash/public/css/dashboard.css b/diamondash/public/css/dashboard.css | |
index 76d1d4a..ce13d4e 100644 | |
--- a/diamondash/public/css/dashboard.css | |
+++ b/diamondash/public/css/dashboard.css | |
@@ -5866,7 +5866,7 @@ a:hover { | |
} | |
.legend li { | |
- width: 210px; | |
+ width: 230px; | |
float: left; | |
margin: 2px 4px; | |
} | |
diff --git a/diamondash/widgets/graph/style.css b/diamondash/widgets/graph/style.css | |
index 66c8cb9..b9ff731 100644 | |
--- a/diamondash/widgets/graph/style.css | |
+++ b/diamondash/widgets/graph/style.css | |
@@ -28,7 +28,7 @@ | |
} | |
.legend li { | |
- width: 210px; | |
+ width: 230px; | |
float: left; | |
margin: 2px 4px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍