From 338c51e0194a32d9e1cfd385ab96ea2f8d531325 Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Wed, 3 Nov 2010 15:18:52 -0700 Subject: [PATCH] Egregious bugs --- scratch/TODO | 1 - scratch/css/editor.css | 4 ++++ scratch/edit.html | 8 -------- scratch/js/gollum-editor/gollum.editor.js | 18 ++++++++++++------ scratch/js/gollum-editor/langs/asciidoc.js | 2 +- scratch/js/gollum-editor/langs/markdown.js | 2 +- scratch/js/gollum-editor/langs/textile.js | 2 +- 7 files changed, 19 insertions(+), 18 deletions(-) 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 - -
- -