Skip to content

Commit

Permalink
#81 css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 30, 2024
1 parent 3d30881 commit 4dc2431
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
15 changes: 15 additions & 0 deletions sass/awards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,19 @@ $hightlight: #f5f5f5;
tbody tr:hover {
background-color: $hightlight;
}

tr.p_ {
font-size: 90%;
}

td.avatar {
text-align: center;
vertical-align: middle;

img {
height: 1.5em;
vertical-align: middle;
width: 1.5em;
}
}
}
15 changes: 0 additions & 15 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,3 @@ header {
.ff {
font-family: monospace;
}

td.avatar {
text-align: center;
vertical-align: middle;

img {
height: 1.5em;
vertical-align: middle;
width: 1.5em;
}
}

tr.p_ {
font-size: 90%;
}
16 changes: 7 additions & 9 deletions xsl/qo-section.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,13 @@ SOFTWARE.
</p>
</xsl:when>
<xsl:otherwise>
<div>
<h2>
<xsl:value-of select="$title"/>
</h2>
<div style="width: 800px;">
<canvas id="{$what}" style="width: 100%">
<xsl:text> </xsl:text>
</canvas>
</div>
<h2>
<xsl:value-of select="$title"/>
</h2>
<div style="width: 800px;">
<canvas id="{$what}" style="width: 100%">
<xsl:text> </xsl:text>
</canvas>
</div>
<script type="text/javascript">
<xsl:text>$(function() { qo_render('</xsl:text>
Expand Down

0 comments on commit 4dc2431

Please sign in to comment.