mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-07-10 22:55:54 +00:00
Merge pull request #304 from mvincerx/mv-edits-bundles-03
bundles.html: removes inline styles to address error:
This commit is contained in:
@@ -1,53 +1,3 @@
|
||||
<head>
|
||||
<title>Bundles in Clear Linux OS for Intel® Architecture</title>
|
||||
<style type="text/css">
|
||||
table {
|
||||
margin: 2em;
|
||||
border: 1px solid #e0e0e0;
|
||||
border-collapse: collapse;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
th {
|
||||
align: center;
|
||||
padding: 0.33em;
|
||||
border: #ccc solid 1px;
|
||||
background-color: #555;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
font-size: 1.21em
|
||||
}
|
||||
|
||||
tbody tr:nth-child(odd) {
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
.bundlename {
|
||||
font-family: monospace;
|
||||
font-size: 1.13em;
|
||||
font-weight: bolder;
|
||||
padding-left: 0.42em;
|
||||
}
|
||||
|
||||
.bundlestatus {
|
||||
font-family: sans;
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.bundledesc {
|
||||
font-size: 0.93em;
|
||||
line-height: 0.88em;
|
||||
font-family: sans;
|
||||
}
|
||||
|
||||
li,
|
||||
ul {
|
||||
margin-left: 0.53em;
|
||||
padding-left: 0.23em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user