mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
17 lines
303 B
Plaintext
17 lines
303 B
Plaintext
.navbar .nav > li > a {
|
|
color: #0088cc
|
|
}
|
|
.navbar .navbar-inner {
|
|
border: 0;
|
|
background: inherit;
|
|
border-top-left-radius: 0;
|
|
border-top-right-radius: 0;
|
|
}
|
|
.navbar .user-handle {
|
|
max-width: 15em;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
display: inline-block;
|
|
text-overflow:ellipsis;
|
|
}
|