Commit c81c9a77

mo k <m@mokhan.ca>
2011-09-18 15:20:24
add sunset image for login page.
1 parent 09f2eaa
Changed files (2)
app
assets
images
stylesheets
app/assets/images/sunset.png
Binary file
app/assets/stylesheets/interface.css
@@ -1,4 +1,4 @@
-body { color: #333; font-size: 12px; height: auto; background: #F0F2F2; }
+body { color: #333; font-size: 12px; height: auto; background: #000; }
 
 /* Sections */
 
@@ -8,8 +8,7 @@ a:link { color: #333; }
 a:hover { color: #000; }
 
 /* header */
-#hd { background: #193D44 url(/assets/hd-bg.png); height: 120px; }
-/* #hd .top { height: 80px; width: 100%; background: url(arx/hd-graphic.jpg) no-repeat right; } */
+#hd { background: #fff url(/assets/hd-bg.png); height: 120px; }
 #hd .top { height: 80px; width: 100%; ; }
 #hd .top .logo { margin: 20px 0 0 -10px; }
 #hd .search { top: -35px; height: 0; }