Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
remove experimental helper css that we don't use anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Apr 23, 2014
1 parent b8e0218 commit d131412
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions core-drawer-panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,6 @@ right-drawer: make drawer on the right side
transition: opacity ease-in-out 0.38s, visibility ease-in-out 0.38s;
}

/*
main-center-margin: helper class to center the main panel and also
have some margin around it
*/
:host(.main-center-margin) #main {
padding: 20px;
}

/*@polyfill :host(.main-center-margin) [main] */
:host(.main-center-margin) ::content[select="[main]"] > * {
margin: 0 auto;
}

/*
no-peek: helper class to make drawer panel 100% width in narrow layout
*/
Expand Down

0 comments on commit d131412

Please sign in to comment.