diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-05 03:11:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-07-05 03:11:23 +0300 |
commit | 8e214bea4597e6a2412e511c64f7801e8a47e757 (patch) | |
tree | 55c591099c5522fff06989876abf43df2f73459f /index.html | |
parent | minor layout tweaks (diff) | |
download | linux-status-8e214bea4597e6a2412e511c64f7801e8a47e757.tar.gz linux-status-8e214bea4597e6a2412e511c64f7801e8a47e757.zip |
code style
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <title>-</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous"> -<style> + <style> .height-limited { max-height: 400px; overflow-y: scroll; @@ -16,7 +16,7 @@ h1 { margin-top: 20px; } -</style> + </style> </head> <body> <div class="container"> |