mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
minor css adjustments
This commit is contained in:
parent
d2c7d912e6
commit
a52c0c11b4
2 changed files with 13 additions and 1 deletions
|
@ -2064,7 +2064,8 @@ input, select, textarea {
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: #ffffff;
|
background-image: : url("https://git.wownero.com/wownero/wow-assets/raw/branch/master/WOW-WOW-720x234.png");
|
||||||
|
background-repeat: repeat-x;
|
||||||
border-bottom: solid 1px #ccc;
|
border-bottom: solid 1px #ccc;
|
||||||
padding: 5em 0 4em 0;
|
padding: 5em 0 4em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
@ -307,3 +307,14 @@ p.subheader {
|
||||||
margin: .5em auto;
|
margin: .5em auto;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#slim-header {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#slim-header > p {
|
||||||
|
display: block;
|
||||||
|
font-style: italic;
|
||||||
|
margin: 0;
|
||||||
|
padding-bottom: 0;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue