Skip to content

Commit

Permalink
Add a horizontal separator to SI motd
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Mar 6, 2024
1 parent bb64d25 commit 2b350c2
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions securedrop/static/css/source.css
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,9 @@ header {
#source-index .content main header {
width: 100%;
min-height: 140px;
padding: 10px 45px 10px 45px;
padding: 10px 45px 20px 45px;
position: relative;
border-bottom: 2px solid var(--index-middle-separator);
}

#source-index .content section:not(#locales-menu):not(#flashed) {
Expand Down Expand Up @@ -576,11 +577,18 @@ html[dir=rtl] #source-index .content section:not(#locales-menu):not(#flashed):la
display: block;
width: 100%;
}
#source-index > .content > main > section:not(#locales-menu):not(#flashed) {

#source-index > .content > main > header {
width: auto;
margin: 0;
padding-top: 0;
min-height: unset;
padding-bottom: 20;
}
#source-index > .content > main > section:not(#locales-menu):not(#flashed) {
width: auto;
margin: 0;
padding-top: 30px;
padding-bottom: 30px;
}
html[dir=ltr] #source-index > .content > main > section:not(#locales-menu):not(#flashed):first-child {
border-right: 0;
Expand Down

0 comments on commit 2b350c2

Please sign in to comment.