Skip to content

Commit

Permalink
Fixed issue #24, noexistent files requested in scms_dropdown.css
Browse files Browse the repository at this point in the history
  • Loading branch information
koosh committed Jan 10, 2011
1 parent 45db81a commit 5dbaa10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions styles/default/scms_dropdown.css
Expand Up @@ -158,7 +158,7 @@ ul.context_plugin_dropdown li.context_plugin_item a.scms_delete_object {

.scms_dropdown {
margin-left: 0px;
background: #fff url(gfx/menu/dropdown_background.gif) repeat-y;
background: #fff;
border: 1px solid #637FB1;
border-top: none;
overflow: hidden;
Expand Down Expand Up @@ -213,8 +213,6 @@ table.scms_dropdown {
margin: 0px;
padding: 0px;
height: 1px;
background-image: url(gfx/menu/dropdown_divider.gif);
background-repeat: repeat-y;
}

/* dropdown div */
Expand Down

0 comments on commit 5dbaa10

Please sign in to comment.