Skip to content

Commit

Permalink
Fix issue w3c#57
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed May 22, 2014
1 parent f336d61 commit b0c2ff0
Show file tree
Hide file tree
Showing 5 changed files with 771 additions and 70 deletions.
27 changes: 14 additions & 13 deletions css/metrics-graphics.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ div#trunk h2.trunk-title {
}

div.trunk-section {
border-top: 1px solid #cccccc;
padding-top: 15px;
border-top: 1px solid #ccc;
padding-bottom: 25px;
padding-top: 15px;
}

a,
Expand Down Expand Up @@ -71,9 +71,9 @@ circle {

.markers line {
opacity: 0.2;
shape-rendering: crispEdges;
stroke: black;
stroke-width: 1;
shape-rendering: crispEdges;
}

.markers text {
Expand All @@ -86,9 +86,9 @@ circle {

.baselines line {
opacity: 0.2;
shape-rendering: crispEdges;
stroke: black;
stroke-width: 1;
shape-rendering: crispEdges;
}

.baselines text {
Expand Down Expand Up @@ -122,14 +122,14 @@ h2.chart_title {
}

h2.chart_title .fa {
color: #cccccc;
color: #ccc;
font-size: 14px;
padding-left: 4px;
vertical-align: top;
}

#head {
color: #ccccc;
color: black;
margin: auto;
margin-bottom: 20px;
width: 80%;
Expand All @@ -142,8 +142,8 @@ h2.chart_title .fa {
}

#head ul {
font-size: 14px;
clear: both;
font-size: 14px;
padding: 10px 0 0 0;
}

Expand Down Expand Up @@ -187,8 +187,8 @@ path.main-area {
}

path.main-line {
opacity: 0.8;
fill: none;
opacity: 0.8;
}

.pill {
Expand All @@ -198,8 +198,8 @@ path.main-line {
}

text {
opacity: 0.8;
fill: black;
opacity: 0.8;
}

.text-center {
Expand All @@ -219,9 +219,9 @@ text {
.x-axis line,
.y-axis line {
opacity: 0.3;
shape-rendering: crispEdges;
stroke: black;
stroke-width: 1;
shape-rendering: crispEdges;
}

.x-axis text,
Expand Down Expand Up @@ -256,16 +256,17 @@ text {
}

.year-marker line {
stroke: black;
opacity: 0.3;
stroke: black;
}

.year-marker-small text {
font-size: 8px;
}

div#footer {
text-align:center;
border-top: 1px solid #ccc;
font-size: 11px;
padding:40px;
border-top: 1px solid #cccccc;
text-align:center;
}

0 comments on commit b0c2ff0

Please sign in to comment.