Skip to content

Commit

Permalink
https://github.com/opencart/opencart/issues/1865
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel kerr committed Sep 29, 2014
1 parent 6d57c1c commit f5463c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions upload/admin/view/stylesheet/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
min-height: 100%;
width: 100%;
position: relative;
overflow: hidden;
}
.container-fluid {
padding-left: 20px;
Expand All @@ -74,7 +73,6 @@ span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
min-height: 0px;
background: #FFFFFF;
border-bottom: 1px solid #E5E5E5;
/* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);*/
margin: 0;
padding: 0;
}
Expand Down Expand Up @@ -212,7 +210,6 @@ span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
font-size: 14px;
padding-left: 13px;
border-bottom: 1px solid #585858;

}
#menu > li > a:hover {
background-color: #444444;
Expand Down
4 changes: 0 additions & 4 deletions upload/system/library/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ public function get($key) {
return (isset($this->data[$key]) ? $this->data[$key] : $key);
}

public function getAll() {
return $this->data;
}

public function load($filename) {
$_ = array();

Expand Down

0 comments on commit f5463c9

Please sign in to comment.