mirror of
https://git.wownero.com/lza_menace/wownero-explorer.git
synced 2024-08-15 01:03:26 +00:00
fixing tx pool/index and tightening up page content
This commit is contained in:
parent
a2c4739344
commit
e7d7e45df3
6 changed files with 54 additions and 62 deletions
|
@ -2064,10 +2064,6 @@ input, select, textarea {
|
|||
|
||||
#header {
|
||||
position: relative;
|
||||
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;
|
||||
padding: 5em 0 4em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -2266,7 +2262,7 @@ input, select, textarea {
|
|||
#main {
|
||||
position: relative;
|
||||
background-color: #f7f7f7;
|
||||
padding: 4em 0 4em 0;
|
||||
padding: 2em 0 2em 0;
|
||||
}
|
||||
|
||||
#main:before {
|
||||
|
@ -2285,7 +2281,7 @@ input, select, textarea {
|
|||
#footer {
|
||||
position: relative;
|
||||
color: #858484;
|
||||
padding: 4em 0;
|
||||
padding: 2em 0;
|
||||
}
|
||||
|
||||
#footer:before {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue