Skip to content

Commit

Permalink
Test an image frame and note.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarchi committed Dec 28, 2013
1 parent ecc3270 commit af06ca6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 2.6-release-tour.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ include("$top_dir/externals/menu.phtml");

<h2 class="featuretitle"><?php echo T_("Double Entry");?></h2>

<p class="justify">
<?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
</p>

<table class="figure" align="center">
<tr>
Expand All @@ -29,9 +32,6 @@ include("$top_dir/externals/menu.phtml");
</tr>
</table>

<p class="justify">
<?php echo T_("Every transaction must debit one account and credit others by an equal amount. This ensures the books balance: the difference between income and expenses exactly equals the sum of assets and liabilities.");?>
</p>


<h2 class="featuretitle"><?php echo T_("Checkbook-Style Register");?></h2>
Expand Down
10 changes: 8 additions & 2 deletions externals/gnucash.css
Original file line number Diff line number Diff line change
Expand Up @@ -706,16 +706,17 @@ h2.download-title {
}

table.figure {
background-color: #EEEEEE;
background-color: #E5E5F9;
border: 1px solid #CCCCCC;
margin: auto;
padding: 3px;
width: 80%;
width: 70%;
}

table.figure th {
font-weight: bold;
text-align: center;
font-size:100%;
}

table.figure td {
Expand All @@ -724,3 +725,8 @@ table.figure td {
padding: 2px;
text-align: center;
}

table.figure img{
width:100%;
max-width:30px;
}

0 comments on commit af06ca6

Please sign in to comment.