Skip to content

Commit

Permalink
A few fixes on small things I noticed that were off
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Simplicio committed Nov 4, 2015
1 parent d4da145 commit 3c1d1e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="icon" type="image/png" src="img/[email protected]">
</head>
<body class="wi-100">
<header class="main-header bb b--light-gray pvm">
<header class="main-header bb b--light-gray pvs">
<div class="center mw8 phm phl-ns">
<h1 class="f3 book dib prm man">ScreenCat</h1>
</div>
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/css/screencat.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ input[type="password"] {
border: 1px solid #539be2; }

.main-header {
background: linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
background: -webkit-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
border-bottom: 1px solid #D3D3D3;
box-shadow: 0 1px 2px rgba(235, 235, 235, 0.8); }

Expand Down
2 changes: 1 addition & 1 deletion stylesheets/sass/screencat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ input[type="password"] {
}

.main-header {
background: linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
background: -webkit-linear-gradient(top, #FFFFFF 0%, #F2F2F2 100%);
border-bottom: 1px solid #D3D3D3;
box-shadow: 0 1px 2px rgba(#EBEBEB, .8);
}
Expand Down

0 comments on commit 3c1d1e7

Please sign in to comment.