Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo committed Aug 23, 2018
1 parent 5e95ee8 commit d86bf46
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions resources/themes/bootstrap/css/style.css
Expand Up @@ -176,33 +176,33 @@ footer.container {
margin-left: 15px;
}
.path-announcement a {
color: #666;
color: #777;
box-shadow: 0px 1px 0px 0px #999;
}
.path-announcement a:focus,.path-announcement a:hover {
color: #337ab7;
color: #337ab7;
box-shadow: 0px 1px 0px 0px #555;
}
.path-announcement i {
margin-right: 10px;
margin-right: 10px;
}
.path-announcement i,.path-announcement p {
display: inline;
}
.page-content {
margin-top: 50px;
margin-top: 50px;
}
.readme-background {
margin-bottom: 140px;
margin-top: 120px
margin-bottom: 140px;
margin-top: 120px
}
/*
.readme-background:hover {
background-position:-66px 0;
}
*/
.readme {
background-color: #fefefe;
background-color: #fefefe;
padding: 20px;
border: 1px solid #ececec;
}
Expand Down Expand Up @@ -336,4 +336,4 @@ tbody tr:nth-child(odd) {
.announcement:hover {
border-bottom: solid 3px #159e83;
transition: 0.3s;
}
}

0 comments on commit d86bf46

Please sign in to comment.