stackage-server/templates/default-layout.lucius
2014-06-01 14:03:12 +02:00

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;
}