1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 15:21:13 +03:00

Fixed padding/margin in navbar so that menu text is aligned correctly with new logo.

This commit is contained in:
chouseknecht 2013-06-27 15:28:20 -04:00
parent 041e55ecae
commit e22fbe2de2

View File

@ -42,6 +42,7 @@
background-repeat: repeat-x;
border-color: #36454F;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36454F', endColorstr='#36454F', GradientType=0);
padding-right: 15px;
}
.navbar-inverse .nav > li > a {
@ -62,6 +63,10 @@
width: 243px;
}
.navbar .nav {
margin-top: 15px;
}
a:hover {
text-decoration: none;
}