diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/stylesheets/ccc.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/stylesheets/ccc.css b/public/stylesheets/ccc.css index 02690e8..bd6001d 100644 --- a/public/stylesheets/ccc.css +++ b/public/stylesheets/ccc.css | |||
| @@ -257,9 +257,17 @@ div#search input[type=text] { | |||
| 257 | } | 257 | } |
| 258 | 258 | ||
| 259 | div#footer { | 259 | div#footer { |
| 260 | position: relative; | ||
| 260 | width: 1024px; | 261 | width: 1024px; |
| 261 | height: 240px; | 262 | height: 240px; |
| 262 | margin-left: -304px; | 263 | margin-left: -304px; |
| 263 | background-image: url(/images/footer.png); | 264 | background-image: url(/images/footer.png); |
| 264 | background-repeat: no-repeat; | 265 | background-repeat: no-repeat; |
| 266 | } | ||
| 267 | |||
| 268 | p#quote { | ||
| 269 | position: absolute; | ||
| 270 | left: 320px; | ||
| 271 | top: 90px; | ||
| 272 | width: 465px; | ||
| 265 | } \ No newline at end of file | 273 | } \ No newline at end of file |
