Skip to content

Commit

Permalink
style fixes, source fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamweswilson committed Aug 9, 2024
1 parent d084bae commit 9a7cfc0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
20 changes: 16 additions & 4 deletions themes/openstack/scss/vmwaremigration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ img.center {
color: #fff;
}

a.source {
color: #333;
}

.download-btn:hover {
text-decoration: none;
background: #831917; }
Expand Down Expand Up @@ -167,7 +171,7 @@ table.vmwmigration-table {
border-collapse: collapse;
width: 100%;
max-width: 1000px;
margin: 0 auto;
margin: 0 auto 15px;
font-family: Arial, sans-serif;
}
.vmwmigration-table th {
Expand All @@ -183,10 +187,12 @@ table.vmwmigration-table {
vertical-align: top;
}
.vmwmigration-table td p {
font-size: 12px;
font-size: 13px;
font-weight: 400;
color: #333;
text-align: left;
margin-left: 10px;
margin-top: 10px;
}
.vmwmigration-table th {
background-color: #f2f2f2;
Expand Down Expand Up @@ -220,9 +226,15 @@ table.vmwmigration-table {
margin-top: 20px;
}

.vmwmigration-table-source {
font-size: 10px;
p.vmwmigration-table-source {
font-size: 12px;
font-style: italic;
margin-top: 20px;
}

.vmwmigration-table-source a {
color: #333;
text-decoration: underline;
}

/* -- 5 Columns -- */
Expand Down
6 changes: 3 additions & 3 deletions themes/openstack/templates/Layout/VMWareMigration.ss
Original file line number Diff line number Diff line change
Expand Up @@ -483,10 +483,10 @@
</tr>
</tbody>
</table>
<p class="vmwmigration-table-source">
Source: <a class="source" href="https://cloudification.io/vmware-alternative/">Cloudification</a>
</p>
</div>
<p class="vmwmigration-table-source">
Source: <a href="https://cloudification.io/vmware-alternative/">Cloudification</a>
</p>
</div>
</div> <!-- .container -->
</section>
Expand Down

0 comments on commit 9a7cfc0

Please sign in to comment.