Skip to content

Commit

Permalink
Fix brand link text decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 4, 2018
1 parent 9a37920 commit 76d0592
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/style/scss/base.scss
Expand Up @@ -442,6 +442,7 @@ div.unified-panel-body-background {
// Override margin and padding due to shorter navbar height
padding: 5px 20px 12px;
margin-left: -15px;
text-decoration: none;
.navbar-brand-image {
display: inline;
width: 26px;
Expand All @@ -451,7 +452,6 @@ div.unified-panel-body-background {
}
.navbar-brand-title {
color: white;
text-decoration: none;
}
}
// .navbar-header {
Expand Down
6 changes: 3 additions & 3 deletions static/style/blue/base.css
Expand Up @@ -12475,16 +12475,16 @@ div.unified-panel-body-background {
line-height: 1;
color: white;
padding: 5px 20px 12px;
margin-left: -15px; }
margin-left: -15px;
text-decoration: none; }
#masthead .navbar-brand .navbar-brand-image {
display: inline;
width: 26px;
vertical-align: top;
margin-left: 0.35em;
border: none; }
#masthead .navbar-brand .navbar-brand-title {
color: white;
text-decoration: none; }
color: white; }

.quota-meter-container {
position: absolute;
Expand Down

0 comments on commit 76d0592

Please sign in to comment.