Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rakuishi committed Feb 18, 2016
1 parent eff15c7 commit cfd5432
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion static/css/custom.css
Expand Up @@ -33,6 +33,8 @@ main {
}

.header-logo img {
width: 60px;
height: 60px;
border-radius: 50%;
border: 4px solid #E1E1E1;
}
Expand Down Expand Up @@ -71,4 +73,4 @@ main {
background: -webkit-gradient(linear, left top, right top, from(white), color-stop(#E1E1E1), to(white));
background: -webkit-linear-gradient(left, white, #E1E1E1, white);
background: linear-gradient(to right, white, #E1E1E1, white);
}
}

0 comments on commit cfd5432

Please sign in to comment.