mirror of https://github.com/prometheus/prometheus
Julius Volz
6 years ago
2 changed files with 14 additions and 2 deletions
@ -1,3 +1,14 @@
|
||||
.btn { |
||||
border-radius: 0; |
||||
} |
||||
|
||||
#config_yaml { |
||||
display: block; |
||||
padding: 9.5px; |
||||
font-size: 13px; |
||||
color:#333; |
||||
word-break: break-all; |
||||
background-color: #f5f5f5; |
||||
border: 1px solid #ccc; |
||||
border-radius: 4px; |
||||
} |
||||
|
Loading…
Reference in new issue