diff options
| author | hukl <contact@smyck.org> | 2012-04-03 20:57:09 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-04-03 20:57:09 +0200 |
| commit | a15e34dbc4dd0a974172619095d74c321f0e3812 (patch) | |
| tree | 0317275fa6cfe9feee8d9c8adc3e03faa0947bc3 | |
| parent | dfbaadf0210b02a8bb54380c2c50302413dcf6d6 (diff) | |
added footer image
| -rw-r--r-- | public/images/footer.png | bin | 0 -> 6566 bytes | |||
| -rw-r--r-- | public/stylesheets/ccc.css | 10 |
2 files changed, 9 insertions, 1 deletions
diff --git a/public/images/footer.png b/public/images/footer.png new file mode 100644 index 0000000..dab5f8d --- /dev/null +++ b/public/images/footer.png | |||
| Binary files differ | |||
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index c58e3ae..02690e8 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -194,7 +194,7 @@ div#center_column { | |||
| 194 | width: 460px; | 194 | width: 460px; |
| 195 | padding-left: 15px; | 195 | padding-left: 15px; |
| 196 | padding-right: 15px; | 196 | padding-right: 15px; |
| 197 | padding-bottom: 40px; | 197 | padding-bottom: 0px; |
| 198 | } | 198 | } |
| 199 | 199 | ||
| 200 | div#right_column { | 200 | div#right_column { |
| @@ -254,4 +254,12 @@ div#search input[type=text] { | |||
| 254 | padding-right: 5px; | 254 | padding-right: 5px; |
| 255 | margin-right: 5px; | 255 | margin-right: 5px; |
| 256 | background-position: top top; | 256 | background-position: top top; |
| 257 | } | ||
| 258 | |||
| 259 | div#footer { | ||
| 260 | width: 1024px; | ||
| 261 | height: 240px; | ||
| 262 | margin-left: -304px; | ||
| 263 | background-image: url(/images/footer.png); | ||
| 264 | background-repeat: no-repeat; | ||
| 257 | } \ No newline at end of file | 265 | } \ No newline at end of file |
