Skip to content

Commit

Permalink
Colour tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelbastide committed Mar 10, 2016
1 parent 89d48b6 commit 6459ab5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
16 changes: 13 additions & 3 deletions type-derivation.dot
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
digraph typederivation {
graph [
label = "Type-derivation",
ratio = "compress",
size = "30"];
node [shape=record];
ratio = auto,
fontcolor = "purple",
size = "25"
];
edge [
color = "purple",
fontcolor = "purple"
];
node [
shape = record,
color = "purple"
fontcolor = "purple"
];
struct1 [shape=record,label="{ Courier | Howard Kettler|{1955| }| }"];
struct2 [shape=record,label="{ Nimbus Mono L | URW++|{1984| }| }"];
struct1 -> struct2 [ label = "Inspiration from leed" ];
Expand Down
5 changes: 4 additions & 1 deletion viewer/css/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
body{
font:20px/1.1em arial, sans-serif;
font:20px/1.1em arial, sans-serif;
}
svg{
margin:20px;
}

0 comments on commit 6459ab5

Please sign in to comment.