diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-06 14:54:38 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-06 14:54:38 -0400 |
commit | badfb9a5c91b92d0e6a61f331bcaff6683ee11bc (patch) | |
tree | fdfbaa677c46bcb8b7cb7f7d02b9ae7b96ae3da2 | |
parent | f6b86bfa5b5a9e791d996f8d5011018433c3b1d0 (diff) | |
download | ikiwiki-badfb9a5c91b92d0e6a61f331bcaff6683ee11bc.tar ikiwiki-badfb9a5c91b92d0e6a61f331bcaff6683ee11bc.tar.gz |
add br at top
firefox 3 smooshed the page location dropdown up to the page title,
obscuring descenders and underscores. Maybe that's a bug, since the CSS
didn't ask it to, but I think adding the extra space of a br at the top
looks better anyway.
-rw-r--r-- | templates/editpage.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index f8eda1b47..7f6c2a97a 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.tmpl @@ -1,3 +1,4 @@ +<br /> <TMPL_VAR JAVASCRIPT> <TMPL_IF NAME="PAGE_CONFLICT"> <p> |