Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add files via upload
  • Loading branch information
Toyo committed Sep 5, 2018
1 parent 584086b commit fc4e373
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions resources/themes/bootstrap/css/bootstrap.min.css
Expand Up @@ -3725,10 +3725,10 @@ select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.i
}
.navbar-default .navbar-text a {
color:#fff;
box-shadow: 0px 1px 0px 0px #999999;
border-bottom: solid 1px #999;
}
.navbar-default .navbar-text a:hover {
box-shadow: 0px 1px 0px 0px #fff;
border-bottom: solid 1px #fff;
}
.navbar-default .navbar-nav>li>a {
color:#777
Expand Down
20 changes: 10 additions & 10 deletions resources/themes/bootstrap/css/style.css
Expand Up @@ -176,33 +176,33 @@ footer.container {
margin-left: 15px;
}
.path-announcement a {
color: #777;
box-shadow: 0px 1px 0px 0px #999;
color: #777;
border-bottom: solid 1px #999;
}
.path-announcement a:focus,.path-announcement a:hover {
color: #337ab7;
box-shadow: 0px 1px 0px 0px #555;
color: #337ab7;
border-bottom: solid 1px #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 @@ -340,4 +340,4 @@ tbody tr:nth-child(odd) {
.announcement:hover {
border-bottom: solid 3px #159e83;
transition: 0.3s;
}
}

0 comments on commit fc4e373

Please sign in to comment.