make nonlocal images local
authorWilliam Rockwood <wrockwood@tadl.org>
Mon, 23 Jul 2012 23:44:58 +0000 (19:44 -0400)
committerWilliam Rockwood <wrockwood@tadl.org>
Mon, 23 Jul 2012 23:44:58 +0000 (19:44 -0400)
- Copied png files from www.tadl.org to images directory
- modified tadl.css to reflect local rather than remote https urls

Signed-off-by: William Rockwood <wrockwood@tadl.org>
css/tadl.css
images/footer-glow-bg.png [new file with mode: 0644]
images/header-top-shadow-bg.png [new file with mode: 0644]
images/input-bg.png [new file with mode: 0644]

index 5a9fdee..2ba7888 100644 (file)
@@ -3,7 +3,7 @@ body {
        margin:0;
        font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
        font-size: 12px;
-       background: #f0f2f5 url(https://www.tadl.org/sites/all/themes/converge/images/header-top-shadow-bg.png) left top repeat-x;
+       background: #f0f2f5 url(/images/tadl/header-top-shadow-bg.png) left top repeat-x;
 }
 
 img {
@@ -171,7 +171,7 @@ span.dash_divider {
        padding: 22px 10px 0 10px;
        margin-left: 0;
        font-size:11px;
-       background: #f0f2f5 url(https://www.tadl.org/sites/all/themes/converge/images/header-top-shadow-bg.png) left top repeat-x;
+       background: #f0f2f5 url(/images/tadl/header-top-shadow-bg.png) left top repeat-x;
 }
 
 #header a {
@@ -750,7 +750,7 @@ div.format_icon {
        height:28px;
        margin:0;
        padding:0;
-       background:#fff url(https://www.tadl.org/sites/all/themes/converge/images/input-bg.png) left top repeat-x;
+       background:#fff url(/images/tadl/input-bg.png) left top repeat-x;
        border:1px solid #cdcdcd;
        color:#333333;
        font-size: 15px;
@@ -1215,7 +1215,7 @@ div.facet_sidebar {
 }
 
 #footer-wrap {
-       background:url(https://www.tadl.org/sites/all/themes/converge/images/footer-glow-bg.png);
+       background:url(/images/tadl/footer-glow-bg.png);
     background-color: #000000;
 }
 
diff --git a/images/footer-glow-bg.png b/images/footer-glow-bg.png
new file mode 100644 (file)
index 0000000..3b2e3f7
Binary files /dev/null and b/images/footer-glow-bg.png differ
diff --git a/images/header-top-shadow-bg.png b/images/header-top-shadow-bg.png
new file mode 100644 (file)
index 0000000..7af57c3
Binary files /dev/null and b/images/header-top-shadow-bg.png differ
diff --git a/images/input-bg.png b/images/input-bg.png
new file mode 100644 (file)
index 0000000..d11b6be
Binary files /dev/null and b/images/input-bg.png differ