Fixed UML diagrams font

This commit is contained in:
benweet 2014-06-09 19:34:29 +01:00
parent c879a3abb8
commit ac5451571c
4 changed files with 3 additions and 14 deletions

View File

@ -29,7 +29,7 @@
"jsondiffpatch": "https://github.com/benweet/jsondiffpatch.git#fb9dddf7cd076d8ec89d376c0e9de9223e9888f9",
"hammerjs": "~1.0.10",
"raphael": "~2.1.2",
"js-sequence-diagrams": "https://github.com/bramp/js-sequence-diagrams.git#1.0.4",
"js-sequence-diagrams": "https://github.com/benweet/js-sequence-diagrams.git#7b157daa2deaf5b46b320673cc2ddabe6f013725",
"flowchart": "https://github.com/adrai/flowchart.js.git#~1.2.10"
},
"resolutions": {

View File

@ -1,11 +0,0 @@
// Hack to make js-sequence-diagram AMD friendly
define([
'text!bower-libs/js-sequence-diagrams/build/sequence-diagram-min.js',
'raphael',
'underscore'
], function(sequenceDiagramMinJS) {
/*jshint evil: true */
eval(sequenceDiagramMinJS);
return window.Diagram;
});

View File

@ -61,7 +61,7 @@ requirejs.config({
diff_match_patch_uncompressed: 'bower-libs/google-diff-match-patch-js/diff_match_patch_uncompressed',
jsondiffpatch: 'bower-libs/jsondiffpatch/build/bundle',
hammerjs: 'bower-libs/hammerjs/hammer',
'sequence-diagram': 'libs/sequence-diagram',
'sequence-diagram': 'bower-libs/js-sequence-diagrams/build/sequence-diagram-min',
raphael: 'bower-libs/raphael/raphael',
'flow-chart': 'bower-libs/flowchart/release/flowchart.amd-1.2.10.min',
flowchart: 'bower-libs/flowchart/release/flowchart-1.2.10.min'

View File

@ -222,7 +222,7 @@ hr {
text-align: center;
margin-bottom: @p-margin;
text {
font-size: 1em !important;
font-size: 15px !important;
font-family: @font-family-sans-serif !important;
}
[fill="#ffffff"] {