pyc-website

main website for pyc inc.

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

commit 8a570aa9072ac1056e2db690b474c964f0a159bd
parent c6fa39e198751cce633daf621847684d5db0cd51
Author: Jul <jul@9o.is>
Date:   Tue,  3 Jun 2014 15:20:31 -0400

added css class margin-10

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

diff --git a/src/main/webapp/less/custom.less b/src/main/webapp/less/custom.less @@ -149,6 +149,10 @@ padding-bottom: 20px; } +.margin-10 { + margin: 10px !important; +} + .margin-bottom-10 { margin-bottom: 10px; }