diff --git a/index.html b/index.html index ae2c0b9..bc7c7b9 100644 --- a/index.html +++ b/index.html @@ -66,36 +66,6 @@ display: block; } - .splitter { - border-right: 1.5px solid #888; /* Adjust color as needed */ - height: 50px; /* Adjust height as needed */ - margin: 0 10px; /* Adjust margin as needed */ - } - - .main-reset-buttons { - display: flex; - flex-direction: row; - align-items: center; - } - - .dropdown-btn-container { - display: flex; - flex-direction: row; - align-items: center; - } - - .column-1-8 { - display: flex; - flex-direction: column; - align-items: center; - } - - .column-1-5 { - display: flex; - flex-direction: column; - align-items: center; - } - .source-btn { background-color: black; color: white; @@ -112,28 +82,41 @@ .source-btn:hover { background-color: #333; } + + .pick-client { + color: #555; + } + + .line { + width: 100%; + border-top: 1px solid #888; + margin: 10px 0; + } + + .version-text { + margin: 10px 0; + color: #555; + }
Version 1.8
- + + +Version 1.5
-