Improve spacing on lnd page
This commit is contained in:
parent
1dc734c2f2
commit
3dca8232e6
|
@ -121,7 +121,7 @@ td, th {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
.main_header_sub_text {
|
||||
width: 600px;
|
||||
width: 800px;
|
||||
color: #444444;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
|
@ -137,7 +137,7 @@ td, th {
|
|||
margin-bottom: 5px;
|
||||
}
|
||||
.sub_header_sub_text {
|
||||
width: 600px;
|
||||
width: 800px;
|
||||
color: #444444;
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
|
|
|
@ -21,6 +21,8 @@ a:active {
|
|||
.shutoff_warning,
|
||||
.main_header,
|
||||
.main_header_sub_text,
|
||||
.sub_header,
|
||||
.sub_header_sub_text,
|
||||
.warning_div,
|
||||
.format_div,
|
||||
.app_title,
|
||||
|
|
|
@ -332,7 +332,7 @@
|
|||
</div>
|
||||
<br/>
|
||||
|
||||
<div id="channel_table_{{ c.chan_id }}" style="display: none;">
|
||||
<div id="channel_table_{{ c.chan_id }}" style="display: none; margin-bottom: 40px;">
|
||||
<table class="bitcoind_table" >
|
||||
<thead class="bitcoind_table_header">
|
||||
<td>Peer Alias</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user