We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ab8b5 commit 5400cb1Copy full SHA for 5400cb1
source/css/rainmeter.css
@@ -476,8 +476,6 @@ pre code {
476
background-color: #4b607a;
477
}
478
.docs-content dt {
479
- display: flex;
480
- flex-direction: column;
481
font-size: .82rem;
482
font-weight: 600;
483
line-height: 1.5rem;
@@ -490,14 +488,6 @@ pre code {
490
488
background-size: 150%;
491
489
text-shadow: 0 2px 3px rgba(0, 0, 0, .1);
492
493
-@media (min-width: 991px) {
494
- .docs-content dt {
495
- flex-direction: row;
496
- }
497
- .docs-content dt small {
498
- margin-left: auto;
499
500
-}
501
.docs-content dt:target {
502
background-color: #e09028;
503
0 commit comments