Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Oct 21, 2012
1 parent 51026db commit ce39da2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
14 changes: 0 additions & 14 deletions themes/original/css/theme_right.css.php
Expand Up @@ -2356,20 +2356,6 @@
.data_full_width {
width: 100%;
}
.cHide {
background: #D3DCE3 url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>col_hide.png);
color: #CCC;
cursor: pointer;
height: 16px;
margin-left: -5px;
margin-top: 0.3em;
position: absolute;
width: 16px;
}

.cHide:hover {
background-color: #AAA;
}

.cDrop {
left: 0;
Expand Down
15 changes: 0 additions & 15 deletions themes/pmahomme/css/theme_right.css.php
Expand Up @@ -2775,21 +2775,6 @@
padding: 1px 3px !important;
}

.cHide {
background: #EEE url(<?php echo $_SESSION['PMA_Theme']->getImgPath(); ?>col_hide.png);
color: #CCC;
cursor: pointer;
height: 16px;
margin-left: -10px;
margin-top: 0.3em;
position: absolute;
width: 16px;
}

.cHide:hover {
background-color: #AAA;
}

.cDrop {
left: 0;
position: absolute;
Expand Down

0 comments on commit ce39da2

Please sign in to comment.