Fixing some styling issues
This commit is contained in:
parent
f8ce2d8f40
commit
3374e760db
@ -23,13 +23,13 @@
|
|||||||
<div id="regexp-render">
|
<div id="regexp-render">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
text {
|
text, tspan {
|
||||||
font: 12px Arial;
|
font: 12px Arial;
|
||||||
dominant-baseline: text-after-edge;
|
dominant-baseline: text-after-edge;
|
||||||
}
|
}
|
||||||
|
|
||||||
path {
|
path {
|
||||||
fill: transparent;
|
fill-opacity: 0;
|
||||||
stroke-width: 2px;
|
stroke-width: 2px;
|
||||||
stroke: #000;
|
stroke: #000;
|
||||||
}
|
}
|
||||||
@ -72,7 +72,7 @@
|
|||||||
stroke: #a0a0a0;
|
stroke: #a0a0a0;
|
||||||
stroke-dasharray: 6,2;
|
stroke-dasharray: 6,2;
|
||||||
stroke-width: 2px;
|
stroke-width: 2px;
|
||||||
fill: transparent;
|
fill-opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote {
|
.quote {
|
||||||
|
Loading…
Reference in New Issue
Block a user