mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-12 17:37:13 +00:00
ac8edc1513
Add an introductory paragraph with most important links, put TOC listings to columns. [ci skip] Signed-off-by: David Sterba <dsterba@suse.com>
47 lines
550 B
CSS
47 lines
550 B
CSS
.wy-nav-content {
|
|
max-width: 1200px !important;
|
|
}
|
|
|
|
.wy-table-responsive {
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.wy-table-responsive table td, .wy-table-responsive table th {
|
|
white-space: normal !important;
|
|
}
|
|
|
|
.green {
|
|
color: green;
|
|
}
|
|
|
|
.statusok {
|
|
color: green;
|
|
}
|
|
|
|
.statusmok {
|
|
/* color: orange; */
|
|
/* color: #ffae42; */
|
|
color: darkorange;
|
|
}
|
|
|
|
.statusunstable {
|
|
color: red;
|
|
}
|
|
|
|
.statusunsupp {
|
|
color: darkorange;
|
|
}
|
|
|
|
.statusincompat {
|
|
color: goldenrod;
|
|
};
|
|
|
|
table.main-table {
|
|
border: 1px;
|
|
width: 100%;
|
|
}
|
|
|
|
td.main-table-col {
|
|
width: 33%;
|
|
}
|