diff options
| author | Sébastien Dailly <sebastien@dailly.me> | 2026-06-21 09:39:13 +0200 |
|---|---|---|
| committer | Sébastien Dailly <sebastien@dailly.me> | 2026-06-21 09:39:13 +0200 |
| commit | d6dcc8b1a0c9cfaa6f95119a171081a26a62c776 (patch) | |
| tree | b909f28edef86b21bf49a94ab2ff6ee6244e014e /content/pages/graph-editor/graph-editor.rst | |
| parent | 25573f4ecc188934749f39421aa2fc78091c7f34 (diff) | |
Diffstat (limited to 'content/pages/graph-editor/graph-editor.rst')
| -rwxr-xr-x | content/pages/graph-editor/graph-editor.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/pages/graph-editor/graph-editor.rst b/content/pages/graph-editor/graph-editor.rst index ab95629..a05ca36 100755 --- a/content/pages/graph-editor/graph-editor.rst +++ b/content/pages/graph-editor/graph-editor.rst @@ -47,9 +47,9 @@ Graphviz en ligne </style> <div id="app"> - <button id="dot_output">Export DOT</button> - <button id="png_output">Export PNG</button> - <button id="btn_window">Isoler</button> + <button id="dot_output" class="button">Export DOT</button> + <button id="png_output" class="button">Export PNG</button> + <button id="btn_window" class="button">Isoler</button> <div id="panes" class="split split-horizontal"> <textarea id="editor">g1 Nom |
