Commit c83e8301
Changed files (3)
app
assets
stylesheets
app/assets/images/hd-bg.jpg
Binary file
app/assets/images/hd-bg.png
Binary file
app/assets/stylesheets/interface.css
@@ -8,7 +8,7 @@ a:link { color: #333; }
a:hover { color: #000; }
/* header */
-#hd { background: #193D44 url(hd-bg.jpg); height: 120px; }
+#hd { background: #193D44 url(hd-bg.png); height: 120px; }
/* #hd .top { height: 80px; width: 100%; background: url(arx/hd-graphic.jpg) no-repeat right; } */
#hd .top { height: 80px; width: 100%; ; }
#hd .top .logo { margin: 20px 0 0 -10px; }
@@ -61,11 +61,11 @@ a:hover { color: #000; }
#bd .content .direction .previous.disabled { background: url(arx/arrow-left-deactive.jpg) no-repeat left center; }
/* footer */
-#ft { background: #F0F2F2; color: #8DA1A5; padding: 26px 0; }
+#ft { background: #000; color: #fff; padding: 26px 0; }
#ft h3 { font-size: 14px; }
#ft h3 { margin-bottom: 10px; }
#ft p { margin-bottom: 5px; }
#ft .phone { font-size: 16px; font-weight: bold; padding-left: 5px; vertical-align: middle; }
-#ft a { color: #8DA1A5; text-decoration: none; }
+#ft a { color: pink; text-decoration: none; }
#ft a:hover { color: #535E62; }
#ft li { margin-bottom: 5px; }