summaryrefslogtreecommitdiff
path: root/pages/assets
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-06-24 16:42:00 -0700
committerelijah <elijah@riseup.net>2014-06-24 16:42:00 -0700
commit2a6da3e0a8208ab4b3316b7285aecc39e68066fb (patch)
tree8d139e654ce7f54fc8254912485bc832c722fafb /pages/assets
parent5b1194f22bc01c45a0983f4baf279b41465d33c3 (diff)
tmp disabled mac and windows buttons. made front page look better on tiny phones. changed masthead. added trusty dpkg info.
Diffstat (limited to 'pages/assets')
-rw-r--r--pages/assets/rainbow-masthead-centered.pngbin25438 -> 12393 bytes
-rw-r--r--pages/assets/rainbow-masthead-small.pngbin34286 -> 0 bytes
-rw-r--r--pages/assets/style.css3
3 files changed, 2 insertions, 1 deletions
diff --git a/pages/assets/rainbow-masthead-centered.png b/pages/assets/rainbow-masthead-centered.png
index f7d3165..991539d 100644
--- a/pages/assets/rainbow-masthead-centered.png
+++ b/pages/assets/rainbow-masthead-centered.png
Binary files differ
diff --git a/pages/assets/rainbow-masthead-small.png b/pages/assets/rainbow-masthead-small.png
deleted file mode 100644
index 9b7f292..0000000
--- a/pages/assets/rainbow-masthead-small.png
+++ /dev/null
Binary files differ
diff --git a/pages/assets/style.css b/pages/assets/style.css
index 241fe65..6d13d04 100644
--- a/pages/assets/style.css
+++ b/pages/assets/style.css
@@ -3,6 +3,7 @@
width: 100%;
background: url(/assets/rainbow-masthead-centered.png) 50% 50% no-repeat;
display: block;
+ background-size: cover;
}
.bm-bar {
@@ -129,4 +130,4 @@ tr.parent a {
}
.parent a:hover {
color:#2281d0;
-} \ No newline at end of file
+}