mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 02:36:49 +07:00
added static methods styling
This commit is contained in:
@@ -1172,11 +1172,11 @@ dd {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
dl.function, dl.method {
|
||||
dl.function, dl.method, dl.staticmethod {
|
||||
margin: 30px 0 30px 0;
|
||||
}
|
||||
|
||||
dl.function > dt, dl.method > dt {
|
||||
dl.function > dt, dl.method > dt, dl.staticmethod > dt {
|
||||
background-color: #1D2D44;
|
||||
color: #fefefe;
|
||||
padding: 5px;
|
||||
@@ -1184,7 +1184,7 @@ dl.function, dl.method {
|
||||
|
||||
}
|
||||
|
||||
dl.function > dd, dl.method > dd {
|
||||
dl.function > dd, dl.method > dd, dl.staticmethod > dd {
|
||||
margin-left: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user