delete some out of date CSS

This commit is contained in:
MarkEEaton
2021-06-27 13:31:08 -04:00
committed by GitHub
parent 48665976f7
commit 85b45ed8d4
+2 -8
View File
@@ -1,11 +1,5 @@
<style>
/* In the footer, make links white, even when hovered, active or visited */
.whiteahrefs a:link, .whiteahrefs a:hover, .whiteahrefs a:visited, .whiteahrefs a:active {
color: white;
text-decoration:none;
}
/* Fix the color of the "Search" button on the subject pages */
form .btn.btn-info {
background-color:#003466;
@@ -97,6 +91,7 @@ ul.nav.nav-pills > .s-lg-index-nav-btn.active > button.btn:focus {
outline: none;
}
/* not sure what these are for */
#spacer {
height:30px;
}
@@ -106,7 +101,6 @@ ul.nav.nav-pills > .s-lg-index-nav-btn.active > button.btn:focus {
}
/* alternate fonts included to accommodate computers that do not have the defaults */
body {
font-family: arial, sans-serif;
}
@@ -116,7 +110,7 @@ a[href^="/az.php"].btn.btn-info.s-lg-hp-btn-section {
margin-top:9px;
}
/* new banner */
/* new banner 6/27/2021 */
#bannercontainer {
width: %100;
display: flex;