Make sure invokeOperation is set once
[controller.git] / opendaylight / adsal / northbound / swagger-ui / src / main / resources / css / custom.css
1 body #header a#logo {
2     font-size: 1.5em;
3     font-weight: bold;
4     text-decoration: none;
5     background: transparent url(../images/logo.png) no-repeat left center;
6     padding: 20px 0 20px 70px;
7     color: white;
8 }
9
10 div.footer {
11     display: none;
12 }