Improve styling of tables, cosmetics

This commit is contained in:
Igor Pecovnik
2024-10-23 21:56:35 +02:00
committed by Igor
parent 35f444fcc8
commit 49232ecf52
3 changed files with 11 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ PRESET_CONFIGURATION="http://path/to/config/file"
- For fully-unattended setup, specify all values
| Configuration directive | `[default]` \| `option` | Description: |
| :---------------------- | :--------------: | -----------: |
| :---------------------- | :-------------- | :----------- |
| `PRESET_CONFIGURATION` | `http://path/to/config/file` | See [Loading a remote config](#loading-a-remote-config) |
| `PRESET_NET_CHANGE_DEFAULTS` | `[0]` \| `1` | Change default network settings<br>if unset, **no network changes will be applied** |
| `PRESET_NET_ETHERNET_ENABLED` | `0` \| `1` | Enable Ethernet, ignored if WiFi enabled |

View File

@@ -0,0 +1,7 @@
.md-typeset__table {
min-width: 100%;
}
.md-typeset table:not([class]) {
display: table;
}

View File

@@ -35,6 +35,9 @@ theme:
- navigation.top
- toc.integrate
extra_css:
- css/armbian-extra.css
extra:
analytics:
provider: google