version 3.1.1:
* added background texture for .middle * removed accidental </br> which caused W3 validation to fail New design is now complete. --HG-- rename : res/ios-linen.jpg => res/hbg.jpg
This commit is contained in:
parent
ac1a4ddcb0
commit
87924c405d
6 changed files with 7 additions and 6 deletions
|
|
@ -35,7 +35,7 @@ input, textarea, select {
|
|||
|
||||
/* site sections */
|
||||
.header {
|
||||
background: url(/static/ios-linen.jpg);
|
||||
background: url(/static/hbg.jpg);
|
||||
z-index: 4;
|
||||
padding-left: 20px;
|
||||
padding-bottom: 70px;
|
||||
|
|
@ -54,12 +54,12 @@ input, textarea, select {
|
|||
display: block;
|
||||
width: 100%;
|
||||
padding-top: 40px;
|
||||
background-color: #EEE;
|
||||
background: url(/static/bg.gif);
|
||||
color: black;
|
||||
}
|
||||
|
||||
.footer {
|
||||
background: url(/static/ios-linen.jpg);
|
||||
background: url(/static/hbg.jpg);
|
||||
z-index: 4;
|
||||
position: relative;
|
||||
background-color: #4A525A;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue