pyc-website

main website for pyc inc.

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

commit b1c0e9a50e4ac134400a092ea4baf3f269ac8389
parent d824f69d9efa671d1fedd21137de6a3181a18897
Author: Jul <jul@9o.is>
Date:   Tue, 24 Jun 2014 08:44:58 -0400

added round border to orange area in index.html

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

diff --git a/src/main/webapp/less/pages/index.less b/src/main/webapp/less/pages/index.less @@ -34,6 +34,10 @@ #whoweare-index, #findatm-index { min-height: @index-page-height; } + + #findatm-index { + border-bottom-left-radius: 5px; + } } @media(min-width: @screen-sm) { @@ -41,6 +45,10 @@ min-height: @index-page-height; } + #findatm-index { + border-top-left-radius: 5px; + } + & > div[class^="col-"], .semi-content-index > div[class^="col-"] { padding-left: @semi-content-padding; padding-right: @semi-content-padding;