Skip to content
Snippets Groups Projects
Commit a18aa64f authored by Yannis Barlas's avatar Yannis Barlas
Browse files

Merged in cleanup-warnings (pull request #24)

camelcase css for react warning
parents 12200454 7003cabc
No related branches found
No related tags found
No related merge requests found
...@@ -35,9 +35,9 @@ class ChapterTitle extends React.Component { ...@@ -35,9 +35,9 @@ class ChapterTitle extends React.Component {
const styles = { const styles = {
'color': '#3e644b', 'color': '#3e644b',
'float': 'left', 'float': 'left',
'font-size': '14px', 'fontSize': '14px',
'margin-top': marginTop, 'marginRight': '7px',
'margin-right': '7px' 'marginTop': marginTop
} }
const hoverTitle = 'This ' + type + ' has content' const hoverTitle = 'This ' + type + ' has content'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment