9 lines
195 B
CSS
9 lines
195 B
CSS
|
.navbar-title {
|
||
|
background-image: url('../img/red-hat-logo.png');
|
||
|
height: 65px;
|
||
|
background-repeat: no-repeat;
|
||
|
width: 203px;
|
||
|
margin: 3px 10px 5px;
|
||
|
text-indent: -99999px;
|
||
|
}
|