forked from Ponysearch/Ponysearch
Merge pull request #601 from kvch/uncapitalize
remove unecessary capitalize of name of instance
This commit is contained in:
commit
bd48f34dbd
2 changed files with 1 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
@ -34,7 +34,6 @@
|
||||||
|
|
||||||
.navbar-brand{
|
.navbar-brand{
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-transform: capitalize;
|
|
||||||
color: @light-green;
|
color: @light-green;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
padding: 0 30px;
|
padding: 0 30px;
|
||||||
|
|
Loading…
Reference in a new issue