diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-03 18:29:16 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-01-03 18:29:16 +0000 |
commit | 390d6023c621dc84decdf2c285cdb7d58801c242 (patch) | |
tree | 0801436fd5b0bc5f6293949a86b3010a7c2bbfd2 /public | |
parent | e1ef9a5c7214404cc916b752a39c2d0f24d61d35 (diff) | |
download | redmine-390d6023c621dc84decdf2c285cdb7d58801c242.tar.gz redmine-390d6023c621dc84decdf2c285cdb7d58801c242.zip |
* added calendar.png removed by accident
* removed resizer background style for textareas
git-svn-id: http://redmine.rubyforge.org/svn/trunk@146 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public')
-rw-r--r-- | public/images/calendar.png | bin | 0 -> 196 bytes | |||
-rw-r--r-- | public/stylesheets/jstoolbar.css | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/public/images/calendar.png b/public/images/calendar.png Binary files differnew file mode 100644 index 000000000..aa269da38 --- /dev/null +++ b/public/images/calendar.png diff --git a/public/stylesheets/jstoolbar.css b/public/stylesheets/jstoolbar.css index eb83da103..8094b47bb 100644 --- a/public/stylesheets/jstoolbar.css +++ b/public/stylesheets/jstoolbar.css @@ -9,7 +9,7 @@ height: 16px;
font-size: 0.1em;
cursor: s-resize;
- background: transparent url(img/resizer.png) no-repeat 45% 50%;
+ /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
}
.jstElements {
|