diff --git a/scratch/TODO b/scratch/TODO index 553a390e..4c9a20ad 100644 --- a/scratch/TODO +++ b/scratch/TODO @@ -1,6 +1,5 @@ Gollum Editor - Style / Generate dialogs - - Dynamically show/hide different function bar buttons based on active language capabilities - Def: Org - Def: Pod - Def: RDoc diff --git a/scratch/css/editor.css b/scratch/css/editor.css index 1dfeb239..b5f0d329 100644 --- a/scratch/css/editor.css +++ b/scratch/css/editor.css @@ -71,6 +71,10 @@ background: -moz-linear-gradient(top, #599bdc, #3072b3); } +#gollum-editor #gollum-editor-function-bar a.disabled { + display: none; +} + #gollum-editor #gollum-editor-function-bar span.function-divider { display: block; float: left; diff --git a/scratch/edit.html b/scratch/edit.html index 0bc8f0ed..870e1307 100644 --- a/scratch/edit.html +++ b/scratch/edit.html @@ -41,14 +41,6 @@   Link Image - -
- -