mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Update graph styling
This commit is contained in:
2
public/css/site.min.css
vendored
2
public/css/site.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -47,7 +47,8 @@ $(document).ready(function(){
|
|||||||
},
|
},
|
||||||
points: {
|
points: {
|
||||||
fill: true,
|
fill: true,
|
||||||
fillColor: 'rgb(255, 255, 255)'
|
radius:4,
|
||||||
|
lineWidth:3
|
||||||
},
|
},
|
||||||
shadowSize: 0,
|
shadowSize: 0,
|
||||||
grid: {
|
grid: {
|
||||||
|
2
public/js/site.min.js
vendored
2
public/js/site.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -444,8 +444,8 @@ ul.date-links {
|
|||||||
}
|
}
|
||||||
.dashedLegend {
|
.dashedLegend {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
top:14px;
|
top:17px;
|
||||||
right:39px;
|
right:40px;
|
||||||
font-size:smaller;
|
font-size:smaller;
|
||||||
color:#545454;
|
color:#545454;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
Reference in New Issue
Block a user