Skip to content

Commit

Permalink
remove margin:auto
Browse files Browse the repository at this point in the history
  • Loading branch information
leigh123linux committed Jun 1, 2017
1 parent 8290cb8 commit 213483f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions common/cinnamon/cinnamon-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ StScrollBar {
-boxpointer-gap: 5px; }

.menu-favorites-box {
margin: auto;
padding: 10px;
transition-duration: 300;
background-color: #383C4A;
Expand All @@ -975,7 +974,6 @@ StScrollBar {
border: 1px solid transparent; }

.menu-places-box {
margin: auto;
padding: 10px;
border: 0px solid red; }

Expand Down
2 changes: 0 additions & 2 deletions common/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,6 @@ StScrollBar {
-boxpointer-gap: 5px; }

.menu-favorites-box {
margin: auto;
padding: 10px;
transition-duration: 300;
background-color: #F5F6F7;
Expand All @@ -975,7 +974,6 @@ StScrollBar {
border: 1px solid transparent; }

.menu-places-box {
margin: auto;
padding: 10px;
border: 0px solid red; }

Expand Down
2 changes: 0 additions & 2 deletions common/cinnamon/sass/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,6 @@ StScrollBar {
//
.menu {
&-favorites-box {
margin: auto;
padding: 10px;
transition-duration: 300;
background-color: $bg_color;
Expand All @@ -1116,7 +1115,6 @@ StScrollBar {
&-places {

&-box {
margin: auto;
padding: 10px;
border: 0px solid red;
}
Expand Down

0 comments on commit 213483f

Please sign in to comment.