Fixed the <sup> tag in the "File name template" label so it doesn't push the next row to the right

This commit is contained in:
lorilee
2010-06-22 21:08:01 -04:00
parent 0a456e8681
commit 40b9e360ad
2 changed files with 9 additions and 1 deletions

View File

@@ -1202,6 +1202,10 @@ label.desc {
float: <?php echo $left; ?>;
}
label.desc sup {
position: absolute;
}
code.sql {
display: block;
padding: 0.3em;

View File

@@ -1153,6 +1153,10 @@ label.desc {
float: <?php echo $left; ?>;
}
label.desc sup {
position: absolute;
}
code.sql {
display: block;
padding: 0.3em;