Fixed flowchart font issue

This commit is contained in:
benweet 2014-06-09 17:37:58 +01:00
parent 68007423b0
commit 8e53bcc4fc
3 changed files with 10 additions and 3 deletions

View File

@ -40,7 +40,9 @@ define([
}); });
preElt.parentNode.replaceChild(containerElt, preElt); preElt.parentNode.replaceChild(containerElt, preElt);
chart.drawSVG(containerElt, { chart.drawSVG(containerElt, {
'line-width': 2 'line-width': 2,
'font-family': 'sans-serif',
'font-weight': 'normal'
}); });
} }
catch(e) { catch(e) {

View File

@ -103,6 +103,7 @@ li.L9 { background: #eee }
@line-height-base: 1.45; @line-height-base: 1.45;
@p-margin: 1.1em; @p-margin: 1.1em;
@headings-font-family: inherit; @headings-font-family: inherit;
@headings-font-weight: 300;
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
@ -183,6 +184,7 @@ li.L9 { background: #eee }
.container { .container {
margin-bottom: 180px; margin-bottom: 180px;
text-align: justify;
} }
a code { a code {
@ -199,7 +201,6 @@ h6 { font-size: @title-base-size * 0.85; }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
margin: 1.3em 0; margin: 1.3em 0;
text-align: start; text-align: start;
font-weight: 300;
} }
pre { pre {
@ -230,6 +231,9 @@ hr {
[stroke="#000000"] { [stroke="#000000"] {
stroke: @text-color; stroke: @text-color;
} }
text[stroke="#000000"] {
stroke: none;
}
[fill="#000"], [fill="#000000"], [fill="black"] { [fill="#000"], [fill="#000000"], [fill="black"] {
fill: @text-color; fill: @text-color;
} }

View File

@ -142,6 +142,7 @@
body { body {
tab-size: 4; tab-size: 4;
text-align: start;
} }
* { * {
@ -937,7 +938,7 @@ a {
width: 220px; width: 220px;
margin: 10px auto 20px; margin: 10px auto 20px;
.btn { .btn {
text-align: initial; text-align: start;
padding-left: 15px; padding-left: 15px;
} }
} }