Fixes #80
This commit is contained in:
parent
24c953403c
commit
d0762bb8c6
1 changed files with 6 additions and 0 deletions
|
|
@ -59,6 +59,12 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
div {
|
||||
-webkit-user-select: text;
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
}
|
||||
|
||||
.navbar-custom {
|
||||
margin-bottom: 0;
|
||||
border-bottom: 1px solid rgba($light, 0.3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue