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

Commit

Permalink
Merge pull request #15 from Polymer/useflex
Browse files Browse the repository at this point in the history
use flexbox instead of hard numbers
  • Loading branch information
dfreedm committed May 15, 2014
2 parents 2621ed8 + 43df8ed commit 0957394
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions elements/core-doc-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,16 @@ pre code {

/**/

.details {
display: flex;
}

.details-name {
display: inline-block;
vertical-align: top;
width: 190px;
flex: 1;
}

.details-info {
display: inline-block;
max-width: 540px;
flex: 2;
}

.attribute-box {
Expand Down

0 comments on commit 0957394

Please sign in to comment.