Skip to content

Commit 9a7cfc0

Browse files
committed
style fixes, source fix
1 parent d084bae commit 9a7cfc0

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

themes/openstack/scss/vmwaremigration.scss

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ img.center {
8989
color: #fff;
9090
}
9191

92+
a.source {
93+
color: #333;
94+
}
95+
9296
.download-btn:hover {
9397
text-decoration: none;
9498
background: #831917; }
@@ -167,7 +171,7 @@ table.vmwmigration-table {
167171
border-collapse: collapse;
168172
width: 100%;
169173
max-width: 1000px;
170-
margin: 0 auto;
174+
margin: 0 auto 15px;
171175
font-family: Arial, sans-serif;
172176
}
173177
.vmwmigration-table th {
@@ -183,10 +187,12 @@ table.vmwmigration-table {
183187
vertical-align: top;
184188
}
185189
.vmwmigration-table td p {
186-
font-size: 12px;
190+
font-size: 13px;
191+
font-weight: 400;
187192
color: #333;
188193
text-align: left;
189194
margin-left: 10px;
195+
margin-top: 10px;
190196
}
191197
.vmwmigration-table th {
192198
background-color: #f2f2f2;
@@ -220,9 +226,15 @@ table.vmwmigration-table {
220226
margin-top: 20px;
221227
}
222228

223-
.vmwmigration-table-source {
224-
font-size: 10px;
229+
p.vmwmigration-table-source {
230+
font-size: 12px;
225231
font-style: italic;
232+
margin-top: 20px;
233+
}
234+
235+
.vmwmigration-table-source a {
236+
color: #333;
237+
text-decoration: underline;
226238
}
227239

228240
/* -- 5 Columns -- */

themes/openstack/templates/Layout/VMWareMigration.ss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -483,10 +483,10 @@
483483
</tr>
484484
</tbody>
485485
</table>
486+
<p class="vmwmigration-table-source">
487+
Source: <a class="source" href="https://cloudification.io/vmware-alternative/">Cloudification</a>
488+
</p>
486489
</div>
487-
<p class="vmwmigration-table-source">
488-
Source: <a href="https://cloudification.io/vmware-alternative/">Cloudification</a>
489-
</p>
490490
</div>
491491
</div> <!-- .container -->
492492
</section>

0 commit comments

Comments
 (0)