diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-17 11:21:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-08-17 11:21:58 +0000 |
commit | 7b366758fdc4867d4f5174e924464fffdcda6a72 (patch) | |
tree | 492bc8b302664fd3ee28ca0e646efcbe6a7feb7d /public | |
parent | a7033c8bacdaf476d79a40ac0311bac0c177ae62 (diff) | |
download | redmine-7b366758fdc4867d4f5174e924464fffdcda6a72.tar.gz redmine-7b366758fdc4867d4f5174e924464fffdcda6a72.zip |
Textilized project descriptions on project list and home page.
Added jsToolbar on project form.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@651 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/jstoolbar.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index 37c3a2510..62976e537 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -6,7 +6,7 @@ } .jstHandle { - height: 16px; + height: 10px; font-size: 0.1em; cursor: s-resize; /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/ |