summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-04-03 21:12:20 +0200
committerhukl <contact@smyck.org>2012-04-03 21:12:20 +0200
commite3ceffa0a53c9e85739a1fd376d30e575a35f302 (patch)
treed2964012f05b6a38c4fe032c97477808dc631215 /public
parenta15e34dbc4dd0a974172619095d74c321f0e3812 (diff)
added quote
Diffstat (limited to 'public')
-rw-r--r--public/stylesheets/ccc.css8
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
259div#footer { 259div#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
268p#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