Skip to content

Commit

Permalink
Style changes on splash.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sita committed Sep 10, 2013
1 parent 57ac8f8 commit a948f86
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromeConnect",
"version": "0.0.1-84",
"version": "0.0.1-87",
"scripts": {
"start": "node app.js"
},
Expand Down
4 changes: 2 additions & 2 deletions public/splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="navbar navbar-inverse navbar-static-top">
<div class="container">
<a class="navbar-brand">chromeConnect</a>
<a class="navbar-brand" >chromeConnect</a>
<div class="nav-collapse collapse">
<ul class="nav navbar-nav pull-right">
<li><a href="http://bit.ly/15eVEc3" target="ext">Download on Chrome Web Store</a></li>
Expand All @@ -41,7 +41,7 @@
<header id="head-top">
<div class="jumbotron">
<img class="marquee-image pull-left" style="margin-right:5px" src="http://s21.postimg.org/42vzrb8b7/chrome_Connect_logo.png">
<h2 class="featurette-heading-marquee"> <strong>chromeConnect</strong> <br> <span class="text-muted-marquee">Take control of Chrome from your mobile device</span></h2>
<h2 class="featurette-heading-marquee" style="color: #e54e27"> <strong>chromeConnect</strong> <br> <span class="text-muted-marquee">Take control of Chrome from your mobile device</span></h2>
</div>
</header>
<!-- Marketing messaging and featurettes
Expand Down
1 change: 1 addition & 0 deletions public/stylesheets/splash.css
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ background-color: #eee;
font-style: italic;
color: #999999;
font-size: 60%;

}


Expand Down

0 comments on commit a948f86

Please sign in to comment.