Skip to content

Commit

Permalink
Clean up unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Nov 9, 2023
1 parent 56d78fd commit f667d20
Showing 1 changed file with 6 additions and 78 deletions.
84 changes: 6 additions & 78 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ h1, h2 {
font-weight: 300;
}

a.disabled {
color: #ccc;
cursor: not-allowed;
text-decoration: none;
}

body {
font-family: "Source Sans Pro", "Arial Unicode MS", Helvetica, sans-serif;
font-size: 0.9375rem;
Expand All @@ -25,13 +19,6 @@ a, a:hover, a:focus {
border-bottom: 1px dotted #b6b1a9;
}

h1 {
font-family: "dejavu_sansextralight";
color: #3f3c30;
padding: 10px 0;
letter-spacing: -0.05em;
}

h2 {
letter-spacing: 0;
line-height: 1.2em;
Expand All @@ -40,96 +27,37 @@ h2 {
border-bottom: 1px solid #e3dfd5;
}

h3 {
font-weight: 400;
line-height: 1.3em;
margin: 0 0 0.4em 0;
}

dl {
margin-bottom: 15px;
}

dt {
color: #696969;
font-weight: normal;
font-size: 0.9em;
text-transform: uppercase !important;
padding-right: 1em;
padding-top: 0.15em;
width: 12em;
}

dd {
margin-left: 2em;
margin-bottom: 0.5em;
max-width: 45em;
}

label {
font-weight: normal;
}

.section p, .section li {
max-width: 45em;
}

#search-navbar {
border: none !important;
background: none;
padding: 0 0;
}

#outer-container, #topnav-container, #search-navbar-container, #sul-footer-container {
#outer-container, #topnav-container, #sul-footer-container {
width: 100%;
margin: 0;
padding: 0;
border: none;
}

#topnav, #search-navbar, #main-container, #sul-footer, #masthead-container {
#topnav, #main-container, #sul-footer {
margin: 0 auto;
text-align: left;
}

#main-container #main-flashes {
min-height: 0;
}

#search-navbar {
padding: 0;
}

a#sul-logo {
float: left;
border-bottom: none;
}

@media (min-width: 768px) {
#topnav, #search-navbar, #main-container, #sul-footer, #masthead-container {
#topnav, #main-container, #sul-footer {
width: 750px;
}
}
@media (min-width: 980px) {
#topnav, #search-navbar, #main-container, #sul-footer, #masthead-container {
#topnav, #main-container, #sul-footer {
width: 970px;
}
}
@media (min-width: 1200px) {
#topnav, #search-navbar, #main-container, #sul-footer, #masthead-container {
#topnav, #main-container, #sul-footer {
width: 1170px;
}
}
@media only screen and (max-width: 768px) {
#main-container, #search-navbar {
#main-container {
padding: 0 15px;
}
#search-navbar-container .search-form {
padding: 0;
}
#search-navbar .navbar-toggle {
margin-right: 0;
}
}
#su-content {
padding-bottom: 330px !important;
Expand Down

0 comments on commit f667d20

Please sign in to comment.