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 20, 2018
1 parent dc8715b commit cd9b04a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion resources/themes/bootstrap/css/style.css
Expand Up @@ -159,6 +159,11 @@ footer.container {
padding-top: 5px;
padding-bottom: 1px;
}
.path-announcement2 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.path-announcement {
margin-top: 58px;
background-color: #fafbfc;
Expand Down Expand Up @@ -333,4 +338,4 @@ tbody tr:nth-child(odd) {
.announcement:hover {
border-bottom: solid 3px #159e83;
transition: 0.3s;
}
}

0 comments on commit cd9b04a

Please sign in to comment.