From 2a6da3e0a8208ab4b3316b7285aecc39e68066fb Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 24 Jun 2014 16:42:00 -0700 Subject: tmp disabled mac and windows buttons. made front page look better on tiny phones. changed masthead. added trusty dpkg info. --- public/assets/rainbow-masthead-centered.png | Bin 25438 -> 12393 bytes public/assets/rainbow-masthead-small.png | Bin 34286 -> 0 bytes public/assets/style.css | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 public/assets/rainbow-masthead-small.png (limited to 'public/assets') diff --git a/public/assets/rainbow-masthead-centered.png b/public/assets/rainbow-masthead-centered.png index f7d3165..991539d 100644 Binary files a/public/assets/rainbow-masthead-centered.png and b/public/assets/rainbow-masthead-centered.png differ diff --git a/public/assets/rainbow-masthead-small.png b/public/assets/rainbow-masthead-small.png deleted file mode 100644 index 9b7f292..0000000 Binary files a/public/assets/rainbow-masthead-small.png and /dev/null differ diff --git a/public/assets/style.css b/public/assets/style.css index 241fe65..6d13d04 100644 --- a/public/assets/style.css +++ b/public/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 +} -- cgit v1.2.3