mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
swagger ui styling
This commit is contained in:
21
src/main/webapp/api/css/custom.css
Normal file
21
src/main/webapp/api/css/custom.css
Normal file
@@ -0,0 +1,21 @@
|
||||
.signature-container .description span {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.signature-container .description .model-desc {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.signature-container .description .class-desc {
|
||||
font-weight: bold;
|
||||
color: #000;
|
||||
font-size: 1.0em;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
.signature-container .description ul {
|
||||
margin-left: 20px;
|
||||
list-style: disc;
|
||||
}
|
||||
Reference in New Issue
Block a user