Adding styling authorname.

This commit is contained in:
David Jay
2016-11-07 15:40:01 -05:00
parent 82f8ed3b4a
commit 5a3d6ac287
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -91,7 +91,9 @@ hr {
}
.coral-plugin-author-name-text {
font-weight: bold;
display: inline-block;
margin-right: 10px;
font-weight: bolder;
}
@@ -1,8 +1,8 @@
import React from 'react'
const name = 'coral-plugin-author-name'
const packagename = 'coral-plugin-author-name'
const AuthorName = ({name}) =>
<div className={name + '-text'}>
<div className={packagename + '-text'}>
{name}
</div>