pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 37459a9bad3eef6310cc2972dea5da6fa48d233b
parent c17fdf789672ab12566c5551c86b7dde6d65a838
Author: Jul <jul@9o.is>
Date:   Sat, 23 Aug 2014 14:33:15 -0400

added text shadow to man message in index

Diffstat:
Msrc/main/webapp/less/pages/index.less | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/less/pages/index.less b/src/main/webapp/less/pages/index.less @@ -52,6 +52,10 @@ background: transparent; padding-bottom: 0; + h1 { + text-shadow: .05em .05em #000; + } + @media(max-width: @screen-sm-max) { margin-bottom: @jumbotron-padding - (@jumbotron-padding / 3); }