Changeset 33c2ab0523908e7bc243de0779d11128fb79580d
- Timestamp:
- 10/14/08 22:23:38
(5 years ago)
- Author:
- Miguel Montanez <miguel@omniti.com>
- git-committer:
- Miguel Montanez <miguel@omniti.com> 1224023018 +0000
- git-parent:
[56f0eaf09375f8e4932b72f840d89ee938ecbfd8]
- git-author:
- Miguel Montanez <miguel@omniti.com> 1224023018 +0000
- Message:
CSS for header
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra534689 |
r33c2ab0 |
|
| 44 | 44 | #header |
|---|
| 45 | 45 | { |
|---|
| 46 | | background:#E0DED5; |
|---|
| | 46 | background:#E0DED5 url(../images/header-grad.png) repeat-x; |
|---|
| 47 | 47 | color:white; |
|---|
| 48 | 48 | height:65px; |
|---|
| … | … | |
| 115 | 115 | #content |
|---|
| 116 | 116 | { |
|---|
| 117 | | background:transparent url(../images/ctn-corner.png) no-repeat scroll 0 0; |
|---|
| | 117 | background:#ffffff url(../images/ctn-corner.png) no-repeat scroll 0 0; |
|---|
| 118 | 118 | margin-bottom:5em; |
|---|
| 119 | 119 | margin-left:321px; |
|---|