Fixing some styling issues

This commit is contained in:
Jeff Avallone 2014-12-15 08:37:43 -05:00
parent f8ce2d8f40
commit 3374e760db
1 changed files with 3 additions and 3 deletions

View File

@ -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 {