We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e42c6e commit 883aad3Copy full SHA for 883aad3
1 file changed
src/PlumedToHTML/assets/header.html
@@ -6,19 +6,19 @@
6
"info badges";
7
grid-template-columns: 90% 10%;
8
}
9
-.plumedpreheader img{
10
- max-width: 100%;
11
- display: inline-block;
12
- padding: 0px;
13
- margin: 0px;
14
-}
15
.plumedpreheader > div.headerInfo{
16
grid-area: info;
17
18
.plumedpreheader > div.containerBadge{
19
grid-area: badges;
20
display: block;
21
+.containerBadge img{
+ max-width: 100%;
+ display: inline-block;
+ padding: 0px;
+ margin: 0px;
+}
22
pre.plumedlisting{
23
width:97%;
24
overflow: visible;
0 commit comments