We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9931869 commit 7a24bacCopy full SHA for 7a24bac
1 file changed
utils/misc/html/hdr-index/v2.0/hdr-index-v2.0.html
@@ -11,15 +11,11 @@
11
padding-bottom:20px;border-bottom:1px solid lightgray;
12
}
13
14
- .icon {
15
- cursor : pointer;
16
- border-radius : 3px;
17
- border : 1px solid gray;
18
- box-sizing : border-box;
19
- width : 38px;
20
- height : 38px;
21
- }
22
-
+ .icon
+ {cursor:pointer;border-radius:3px;border:1px solid gray;box-sizing:border-box;
+ width:38px;height:38px;
+ }
+
23
.item {
24
display : inline-flex;
25
align-items : center;
@@ -60,6 +56,12 @@
60
56
.spc
61
57
{flex:1}
62
58
59
+ page-source
+ {margin-right:20px}
+ ::slotted([slot=version]), [name=version]
63
+ {font-weight:bold;color:blue;margin-right:10px}
64
65
66
</style>
67
0 commit comments