Skip to content

Commit

Permalink
Add a background, rework main container and ads container.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/htdocs/branches/beta@20955 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cmarchi committed Jul 29, 2011
1 parent 43657bb commit 24c4384
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
Binary file added externals/backg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions externals/gnucash.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
BODY {
font-family: sans-serif;
color: black;
background-color: white;
background:url(backg.png) repeat;
border: 0px;
margin: 0px;
font-size:90%;
font-family:"Verdana", Geneva, sans-serif;
height:100%;
}

IMG {
Expand Down Expand Up @@ -247,11 +248,20 @@ color:white;
}

#content {
float: right;
width: 78%;
margin-right: 1em;
padding-right: 1em;
float:left;
width: 53%;
margin-right:1em;
margin-top:20px;
margin-bottom:20px;
margin-left: 1%;
padding-right:1.5em;
padding-left:1.5em;
background-color:white;
border:solid thin #7F7FAA;
border-radius:25px;
-moz-border-radius:25px;
}

}

#location {
Expand Down Expand Up @@ -356,7 +366,7 @@ span.bold {

.adscontainer
{
margin: 30px 20px 30px 20px;
margin: 10px 5px 10px 5px;
background:#dedede;
padding:10px;
float:center;
Expand Down

0 comments on commit 24c4384

Please sign in to comment.