diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 00:58:32 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-11 00:58:32 +0200 |
commit | ffd9b87c8bf560b37859c99563d4fa3d296f3646 (patch) | |
tree | a81a35f1513e05f7e435e8b8e85b17eab7a1bc50 /index.html | |
parent | upgrade Bootstrap & jQuery (diff) | |
download | linux-status-ffd9b87c8bf560b37859c99563d4fa3d296f3646.tar.gz linux-status-ffd9b87c8bf560b37859c99563d4fa3d296f3646.zip |
index.html: two-space CSS indent
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,13 +7,13 @@ <link rel="stylesheet" href="css/bootstrap.min.css"> <style> .button-expand { - margin-right: 1em; + margin-right: 1em; } h1, .h1 { - margin-top: 20px; + margin-top: 20px; } td > code { - color: inherit; + color: inherit; } .mark-success { color: #00d100; |