Skip to content

Commit

Permalink
Other problems fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabix committed Apr 8, 2005
1 parent 2c6dc18 commit 2f1c8b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion theme/formal_white/fw_color.css
Expand Up @@ -59,7 +59,7 @@ div.header {
background-color:#C6BDA8;
border-color:#666666;
/* height: 20px; */
/* background: url(pix/grad/bg_bread.jpg) repeat-x; */
background: url(pix/grad/bg_bread.jpg) repeat-x;
}

.sitetopiccontent {
Expand Down
15 changes: 12 additions & 3 deletions theme/formal_white/fw_layout.css
Expand Up @@ -68,13 +68,22 @@ input {
}

.navbar {
width:100%;
padding:3px 0.5em;
height:1.3em;
padding:0px;
height: 25px;
border-width:1px;
border-style:solid;
}

.breadcrumb {
padding-top: 3px;
padding-left: 3px;
}

.navbar .navbutton {
padding-right: 3px;
}


/***
*** Login
***/
Expand Down
Binary file modified theme/formal_white/pix/grad/bg_bread.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f1c8b9

Please sign in to comment.