Skip to content

Commit

Permalink
examples/dashboard/dashboard.css: merge duplicate selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 9, 2017
1 parent 3edc03f commit 0c1597e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/4.0/examples/dashboard/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,12 @@ h1 {
bottom: 0;
left: 0;
z-index: 1000;
padding: 20px;
padding: 20px 0;
overflow-x: hidden;
overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
border-right: 1px solid #eee;
}

/* Sidebar navigation */
.sidebar {
padding-right: 0;
padding-left: 0;
}

.sidebar .nav {
margin-bottom: 20px;
}
Expand Down

0 comments on commit 0c1597e

Please sign in to comment.