mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ent/doc: minor changes for doc websote and readme
Reviewed By: dlvhdr Differential Revision: D17163026 fbshipit-source-id: 62536da9a450ac80eb224252e12ae8dc835acb11
This commit is contained in:
committed by
Facebook Github Bot
parent
931d0c0565
commit
6913e80e43
@@ -59,7 +59,7 @@ class Footer extends React.Component {
|
||||
</span>
|
||||
<br/><br/>
|
||||
<span className="copyright">
|
||||
The homepage was designed by Moriah Rich.
|
||||
Design by Moriah Rich, illustration by Ariel Mashraki.
|
||||
</span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
@@ -20,7 +20,9 @@ const arrow = '\u2192';
|
||||
const Block = props => (
|
||||
<div className="block">
|
||||
<div className="blockTitle">
|
||||
<div className="blockTitleText">{props.title}</div>{' '}
|
||||
<a href={props.link}>
|
||||
<div className="blockTitleText">{props.title}</div>{' '}
|
||||
</a>
|
||||
<a className="yellowArrow" href={props.link}>{arrow}</a>
|
||||
</div>
|
||||
<div className="blockContent">{props.content}</div>
|
||||
|
||||
@@ -583,6 +583,7 @@ ol {
|
||||
}
|
||||
.blockTitleText {
|
||||
display: inline;
|
||||
color: #ffe800;
|
||||
}
|
||||
|
||||
.nav-footer .sitemap {
|
||||
|
||||
@@ -33,7 +33,7 @@ window.addEventListener('load', function() {
|
||||
const clipboard = new ClipboardJS('.btnClipboard', {
|
||||
target: function(trigger) {
|
||||
return trigger.parentNode.querySelector('code');
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
clipboard.on('success', function(event) {
|
||||
|
||||
Reference in New Issue
Block a user