From 920808247096dc958702cabd184590808c938c75 Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Sat, 9 Feb 2013 20:02:43 +0000 Subject: [PATCH] CSS additions --- css/github-embed.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/css/github-embed.css b/css/github-embed.css index 78a0bba..980f670 100644 --- a/css/github-embed.css +++ b/css/github-embed.css @@ -1,3 +1,13 @@ .github-embed { padding: 0.5em 2em 0.5em 4em; + background-color: #fdfdfd; + width: 80%; + margin: auto; + margin-bottom: 1em; + background-image: url('https://github.com/github/media/raw/master/octocats/blacktocat-32.png'); + background-repeat: no-repeat; + background-position: 1em 1em; + -webkit-box-shadow: 2px 2px 2px #ddd; + -moz-box-shadow: 2px 2px 2px #ddd; + box-shadow: 2px 2px 2px #ddd; }