diff options
Diffstat (limited to 'content/pages/graph-editor')
| -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 |
