Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Symphony logo as SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
nilshoerrmann committed Nov 8, 2012
1 parent d3c3294 commit 94fd17b
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 529 deletions.
7 changes: 6 additions & 1 deletion css/factory.css
Original file line number Diff line number Diff line change
Expand Up @@ -494,11 +494,16 @@ header.site nav a:hover {
}

header.site h1 {
background: url(../img/logo.png) 0 1px no-repeat;
background: url(../img/logo.png) -1px 0 no-repeat;
float: left;
text-rendering: optimizeLegibility;
}

.svg header.site h1 {
background-image: url('../img/logo.svg');
background-size: 100% 100%;
}

header.site h1 span {
float: left;
height: 35px;
Expand Down
Binary file modified img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 94fd17b

Please sign in to comment.