dl page fixes

This commit is contained in:
scoliono 2020-10-27 02:13:34 -08:00
parent 8d04fef6bd
commit 56c91a25e5

View File

@ -24,7 +24,7 @@
.dllist h6 {
margin-bottom: 10px;
}
.dllist a {
.dllist a, .dllist p {
color: #EE2D24;
font-size: 9px;
}
@ -49,6 +49,8 @@
<h6>FemBanking Desktop Application</h6>
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyBanking.exe">Download (<cfoutput>#sizeKb#</cfoutput> KB)</a></p>
<br>
<cfset filename = expandpath("FemboyCliquere.exe")>
<cftry>
<cffile file = "#filename#" action = "read" variable = "content">
@ -62,7 +64,7 @@
</cftry>
<h6>Femboy Cliquere</h6>
<p>The FUN clicking game that's taking company break rooms by storm!</p>
<p>Experience the FUN clicking game that's taking company break rooms by storm!</p>
<p><img width="16" height="16" src="/assets/DownloadIcon.gif"> <a href="/downloads/FemboyCliquere.exe">Download V1.0 (<cfoutput>#sizeKb#</cfoutput> KB)</a></p>