diff --git a/static/css/style.scss b/static/css/style.scss index f999927..94b09d9 100644 --- a/static/css/style.scss +++ b/static/css/style.scss @@ -310,6 +310,8 @@ body { &:before, &:after{ content: " "; } + margin-right: 0px; + margin-left: 0px; } } } diff --git a/static/css/win95.css b/static/css/win95.css index 1337c49..5af4495 100644 --- a/static/css/win95.css +++ b/static/css/win95.css @@ -554,19 +554,19 @@ TODO: make it draggable; color: black; } -#mirror-list thead { +#mirror-list thead, #status-page thead{ background: silver; border-bottom: 0; box-shadow: rgba(0,0,0,.1) 0 2px 3px; } -#mirror-list th { +#mirror-list th, #status-page th { padding: 0 8px; border: black 2px solid; position: relative; } -#mirror-list th:before { +#mirror-list th:before, #status-page th:before { content: " "; position: absolute; bottom: 0; @@ -676,8 +676,12 @@ TODO: make it draggable; margin-left: -5px; } -#news-content .card-header { - margin-left: -15px; +.container.card .card-header { margin-right: -15px; + margin-left: -15px; margin-bottom: 10px; } + +.progress-bar { + background-color: #000080; +}