Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a link to the header back to itself #271

Closed
wants to merge 1 commit into from
Closed

added a link to the header back to itself #271

wants to merge 1 commit into from

Conversation

linkslice
Copy link
Contributor

yeah, it might be dumb. But I've gotten used to clicking on the 'logo' in the top left of pages to return to the home. It's a quick n easy way to clear a composer window that you don't want anymore.

@@ -60,7 +60,7 @@
</head>
<body>
<div class="header">
<span class="title">Graphite</span>
<span class="title"><a href="/" STYLE="TEXT-DECORATION: NONE"><font color=white>Graphite</font></a></span>
<div class="nav">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's avoid inline styles going forward. Please remove the STYLE from here and add it to the HEAD styles instead (hint: insert at L38).

.header .title a {
  text-decoration: none;
  color: #fff;
}

fessyfoo pushed a commit to opentable/graphite-web that referenced this pull request Nov 13, 2014
@obfuscurity
Copy link
Member

@linkslice It's not a bad idea at all, but unfortunately we already moved away from the text header to a background image with the new logo. If you can come up with a good way to link the logo (e.g. http://stackoverflow.com/a/25422362/2275058) I'd be happy to merge it in. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants