diff --git a/examples/public/stylesheets/style.css b/examples/public/stylesheets/style.css index 6a847da0b7..9401eab6d8 100644 --- a/examples/public/stylesheets/style.css +++ b/examples/public/stylesheets/style.css @@ -14,8 +14,14 @@ h1 { text-shadow: 1px 2px 2px #ddd; font-size: 60px; } +img { + position: absolute; + top: -25px; + left: 120px; +} #wrapper { - margin: 50px auto; + position: relative; + margin: 100px auto; width: 500px; text-align: left; } @@ -38,7 +44,7 @@ ul li:hover { color: #2E2E2E; } ul { - max-height: 350px; + max-height: 300px; overflow-x: hidden; } input[type=text] { diff --git a/examples/views/chat.haml.html b/examples/views/chat.haml.html index a4264f6ebb..74a6b466bd 100644 --- a/examples/views/chat.haml.html +++ b/examples/views/chat.haml.html @@ -1,4 +1,5 @@ %h1 Chat +%img{ src: '/public/images/bubble.png' } %ul#messages %form{ method: 'post' } %input{ type: 'hidden', name: '__method__', value: 'put' }