diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -13,12 +13,15 @@ .button-expand { margin-right: 1em; } +h1 { + margin-top: 20px; +} </style> </head> <body> - <div class="container-fluid"> + <div class="container"> <div class="row"> - <div class="col-sm"> + <div class="col"> <h1 id="hostname">-</h1> <hr> <p><button type="button" class="btn btn-outline-primary btn-sm button-expand" data-toggle="collapse" data-target="#collapse_top">+</button><a href="#collapse_top" data-toggle="collapse"><code>top</code></a> <span class="float-right"><small>updated every <span id="top_refresh_interval">-</span> seconds</small></span></p> |