Skip to content

Commit

Permalink
Display wallets on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
saivann authored and harding committed Sep 14, 2015
1 parent ba837c5 commit e18553e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions _less/screen.less
Original file line number Diff line number Diff line change
Expand Up @@ -1037,10 +1037,6 @@ table.privacy-comparison td,table.privacy-comparison th{
padding:3px;
}

table.privacy-comparison td {
max-width: 34%;
}

table.privacy-comparison tr.empty {
height: 1em;
}
Expand Down Expand Up @@ -1073,9 +1069,14 @@ table.validation tr:nth-child(even)>td:hover {
padding: 0;
}

.service-choose a{
display: block;
margin: 20px 0;
}

button.js.showcolumn {
border:0;
margin: 15px;
margin: 10px;
}

.not-displayed {
Expand Down
4 changes: 2 additions & 2 deletions en/bitcoin-core/features/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ privacy. They can increase it by mixing your transactions with those of
other users; they can decrease it by tracking your activity and directly
associating it with your real name or other identifying information.

<p class="center">
Click an entry below to show it:<br>
<p class="center service-choose">
<a>Click an entry below to show it:</a>

{% for service in page.third_party_privacy %}
{% if service.name != 'Bitcoin Core' %}
Expand Down

0 comments on commit e18553e

Please sign in to comment.