mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
made dd and dt styling normal except for functions, classes and methods
This commit is contained in:
@@ -1153,5 +1153,26 @@ h3 {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
dd{margin-left: 0; padding:5px; background: #f5f5f5; border: 1px solid rgba(0, 0, 0, 0.15);}
|
||||
dl > dt {background-color: #1D2D44; color: #fefefe; padding: 5px; border-top-left-radius: 3px; border-top-right-radius: 3px;};
|
||||
|
||||
dl.class > dt, dl.function > dt, dl.method > dt {
|
||||
background-color: #1D2D44;
|
||||
color: #fefefe;
|
||||
padding: 5px;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
}
|
||||
|
||||
dd {
|
||||
padding:5px;
|
||||
}
|
||||
|
||||
dl.function > dd, dl.method > dd {
|
||||
margin-left: 0;
|
||||
background: #f5f5f5;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
}
|
||||
|
||||
dl.class > dd {
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user