diff options
| author | Cameron McEfee <cameron@github.com> | 2011-02-25 18:03:51 -0800 |
|---|---|---|
| committer | Cameron McEfee <cameron@github.com> | 2011-02-25 18:03:51 -0800 |
| commit | 57c3a33ebf173f06fe2e206c0dc3a2cf9aac3b4b (patch) | |
| tree | 7f9faad391de2b9e857978823368dc9d474274ea /css/style.css | |
| parent | 6ec471bf54b9623d963767df9b2afced3b812220 (diff) | |
updated social
Diffstat (limited to 'css/style.css')
| -rwxr-xr-x | css/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css index 75100a1..fb01d10 100755 --- a/css/style.css +++ b/css/style.css @@ -250,7 +250,6 @@ h2 span { overflow: hidden; margin: 0px; } - .founder { background:#f5f5f5; filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc',endColorstr='#ececec'); @@ -315,6 +314,14 @@ h2 span { color: #666666; } +img.bootcamp { + display: block; +} + +img.top-margin { + margin-top: 1em !important; +} + /****************************/ /* Explain Pop-up */ /****************************/ |
