Skip to content

Commit d084bae

Browse files
committed
correct table content
1 parent a46cafd commit d084bae

2 files changed

Lines changed: 252 additions & 120 deletions

File tree

themes/openstack/scss/vmwaremigration.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,13 @@ table.vmwmigration-table {
191191
.vmwmigration-table th {
192192
background-color: #f2f2f2;
193193
font-weight: bold;
194+
font-size: 20px;
195+
}
196+
.vmwmigration-table th.th-openstack {
197+
background-color: #bc1518;
198+
color: white;
199+
font-weight: bold;
200+
font-size: 20px;
194201
}
195202
.vmwmigration-table tr:nth-child(even) {
196203
background-color: #f9f9f9;
@@ -213,6 +220,11 @@ table.vmwmigration-table {
213220
margin-top: 20px;
214221
}
215222

223+
.vmwmigration-table-source {
224+
font-size: 10px;
225+
font-style: italic;
226+
}
227+
216228
/* -- 5 Columns -- */
217229

218230
.row.five-columns {

0 commit comments

Comments
 (0)