mirror of
https://github.com/status-im/react-native.git
synced 2025-01-15 12:05:06 +00:00
Fix footer background issues in the blog index.
Summary: Fixes #10091. Some now unused CSS is removed here as well. Closes https://github.com/facebook/react-native/pull/10092 Differential Revision: D3919399 Pulled By: hramos fbshipit-source-id: ed29c4a3e1ba01d930013db04862bce3fa4c5cbb
This commit is contained in:
parent
100a31412f
commit
9f792c2bae
@ -128,7 +128,7 @@ var Site = React.createClass({
|
|||||||
|
|
||||||
{this.props.children}
|
{this.props.children}
|
||||||
|
|
||||||
<footer>
|
<footer className="nav-footer">
|
||||||
<section className="sitemap">
|
<section className="sitemap">
|
||||||
<a href="/react-native" className="nav-home">
|
<a href="/react-native" className="nav-home">
|
||||||
<img src="img/header_logo.png" alt="React Native" width="66" height="58" />
|
<img src="img/header_logo.png" alt="React Native" width="66" height="58" />
|
||||||
|
@ -756,14 +756,6 @@ h1:hover .hash-link, h2:hover .hash-link, h3:hover .hash-link, h4:hover .hash-li
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer.wrap {
|
|
||||||
font-size: 13px;
|
|
||||||
font-weight: 600;
|
|
||||||
padding-top: 36px;
|
|
||||||
padding-bottom: 18px;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
section.black content {
|
section.black content {
|
||||||
padding-bottom: 18px;
|
padding-bottom: 18px;
|
||||||
}
|
}
|
||||||
@ -1852,7 +1844,7 @@ article li {
|
|||||||
|
|
||||||
/** Footer **/
|
/** Footer **/
|
||||||
|
|
||||||
footer {
|
footer.nav-footer {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: none;
|
border: none;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user