Skip to content

Commit

Permalink
Fixed ugly line in header
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Mar 26, 2017
1 parent b276076 commit b4bfba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/styles/common.css
Expand Up @@ -10,6 +10,10 @@
padding-bottom: 2pt;
}

.logo-title-link {
text-decoration: none;
}

.dub-logo {
background-image: url(../images/dub-logo.png);
width: 56px;
Expand Down
2 changes: 1 addition & 1 deletion views/vibed.inc.header.dt
@@ -1,6 +1,6 @@
#logo-line
- auto latest = req.params["latestRelease"];
a(href="https://vibed.org/")
a.logo-title-link(href="https://vibed.org/")
img#logo(src="#{req.rootDir}images/logo.png", alt='vibe.d logo')>
img#title(src="#{req.rootDir}images/title.png", alt='vibe.d beta banner')
a.download-button(href="https://code.dlang.org/packages/vibe-d/#{latest}")
Expand Down

0 comments on commit b4bfba8

Please sign in to comment.