summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SemanticResultFormats/formats/d3/resources/ext.srf.d3.common.css')
-rw-r--r--SemanticResultFormats/formats/d3/resources/ext.srf.d3.common.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/SemanticResultFormats/formats/d3/resources/ext.srf.d3.common.css b/SemanticResultFormats/formats/d3/resources/ext.srf.d3.common.css
deleted file mode 100644
index dd9c7dd6..00000000
--- a/SemanticResultFormats/formats/d3/resources/ext.srf.d3.common.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/**
- * CSS for SRF D3 module
- *
- * @licence: GNU GPL v2 or later
- * @author: mwjames
- *
- * @since: 1.8
- *
- * @release: 0.1
- */
-.srf-d3-chart-title {
- text-align:center;
- font-weight: bold;
- color:grey;
- margin-left:10px;
- margin-bottom:5px;
- display:block;
- position:relative;
- font-size:110%;
-}
-
-.srf-d3-chart-text {
- color:grey;
- display:block;
- position:relative;
- font-size:90%;
-}
-
-.d3-chart-common {
- margin: 10px 0px 10px 10px;
-} \ No newline at end of file