1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-10-16 13:47:28 +00:00

Add some missing <editor-fold> tags

This commit is contained in:
Steffo 2022-09-13 12:45:43 +02:00
parent 7f43ee9fce
commit 9be2551b65
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1173,6 +1173,8 @@
/// ===== Details and summaries =====
/// Details are collapsible elements which only display their summary until they are clicked.
//<editor-fold desc="Rules: Details and summaries">
@{details} {
margin-top: 8px;
margin-bottom: 8px;
@ -1207,6 +1209,8 @@
}
}
// </editor-fold>
/// ===== Ruby =====
/// Ruby text is used in various languages to add annotations to text.
/// Bluelib makes the annotations slightly transparent to differentiate them from the rest of the text.
@ -1395,6 +1399,8 @@
/// ===== Special =====
/// Special rules apply particular properties to certain pre-existing elements for certain targets.
//<editor-fold desc="Rules: Special">
@{special-remove} {
display: none !important;
}
@ -1407,4 +1413,6 @@
margin-left: auto !important;
margin-right: auto !important;
}
//</editor-fold>
}