File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ body {
14
14
padding-top : 10px ;
15
15
}
16
16
17
- .webpack-image {
18
- background-image : image-url (" webpack .png" );
17
+ .logo {
18
+ background-image : image-url (" railsonmaui .png" );
19
19
background-repeat : no-repeat ;
20
- background-position : right bottom ;
21
- height : 120 px ;
20
+ background-position : left bottom ;
21
+ height : 80 px ;
22
22
}
23
23
24
24
// ## Nav
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ var render = () => {
10
10
React . renderComponent (
11
11
< div >
12
12
< CommentBox url = "comments.json" pollInterval = { 2000 } />
13
- < div className = "twitter-image container" />
14
- < div className = "webpack-image container" />
13
+ < div className = "logo container" />
15
14
</ div > ,
16
15
document . getElementById ( 'content' )
17
16
) ;
You can’t perform that action at this time.
0 commit comments