Skip to content

Commit

Permalink
[Fix] Defines additional css from normalize.css inline to AppBar and
Browse files Browse the repository at this point in the history
Dialog, which had been forgotten. See #30.
  • Loading branch information
mmrtnz committed May 1, 2015
1 parent eab8925 commit 4505cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ var AppBar = React.createClass({
},
title: {
float: 'left',
margin: 0,
paddingTop: 0,
letterSpacing: 0,
fontSize: '24px',
Expand Down
1 change: 1 addition & 0 deletions src/dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var Dialog = React.createClass({
var gutter = Spacing.desktopGutter + 'px ';
var styles = {
title: {
margin: 0,
padding: gutter + gutter + '0 ' + gutter,
color: this.context.muiTheme.palette.textColor
},
Expand Down

0 comments on commit 4505cf0

Please sign in to comment.