Merge pull request #300 from JoshStrobl/logo-cursor
Set logo link in navbar to use pointer cursor
This commit is contained in:
commit
b143ac76aa
1 changed files with 4 additions and 0 deletions
|
@ -466,6 +466,10 @@ table {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-bar-logo {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* PUBLISH FORM */
|
/* PUBLISH FORM */
|
||||||
|
|
||||||
.dropzone {
|
.dropzone {
|
||||||
|
|
Loading…
Reference in a new issue