This commit is contained in:
Panos Sakkos 2015-11-20 16:23:53 +01:00
parent 24c953403c
commit d0762bb8c6

View file

@ -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);