Merge pull request #300 from JoshStrobl/logo-cursor

Set logo link in navbar to use pointer cursor
This commit is contained in:
Bill Bittner 2017-12-14 12:21:58 -08:00 committed by GitHub
commit b143ac76aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -466,6 +466,10 @@ table {
display: inline-block;
}
.nav-bar-logo {
cursor: pointer;
}
/* PUBLISH FORM */
.dropzone {