Skip to content

Commit ea6caa5

Browse files
committed
Replace existing images with rails on maui logo
1 parent f258ba0 commit ea6caa5

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

app/assets/images/twitter_64.png

-3.3 KB
Binary file not shown.

app/assets/images/webpack.png

-12.5 KB
Binary file not shown.

webpack/_main.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ body {
1414
padding-top: 10px;
1515
}
1616

17-
.webpack-image {
18-
background-image: image-url("webpack.png");
17+
.logo {
18+
background-image: image-url("railsonmaui.png");
1919
background-repeat: no-repeat;
20-
background-position: right bottom;
21-
height: 120px;
20+
background-position: left bottom;
21+
height: 80px;
2222
}
2323

2424
// ## Nav

webpack/assets/javascripts/example.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ var render = () => {
1010
React.renderComponent(
1111
<div>
1212
<CommentBox url="comments.json" pollInterval={2000} />
13-
<div className="twitter-image container"/>
14-
<div className="webpack-image container"/>
13+
<div className="logo container"/>
1514
</div>,
1615
document.getElementById('content')
1716
);

0 commit comments

Comments
 (0)