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

Commit

Permalink
use flexbox instead of hard numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed May 15, 2014
1 parent 2621ed8 commit 43df8ed
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 43df8ed

Please sign in to comment.