aa830a0e58
* fix docker images page error with link on page-header
11 lines
126 B
CSS
11 lines
126 B
CSS
.btn-none {
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
width: 1em;
|
|
}
|
|
|
|
.btn-none:focus {
|
|
outline: none;
|
|
}
|