pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit c37a5a4b580d991553ea44a66d4f8dee56bcea72 parent 45f6ffb05b45ca84edc6db3f1142c1f749a409c2 Author: Jul <jul@9o.is> Date: Mon, 21 Jul 2014 16:48:14 -0400 added margin-top-20 css class Diffstat:
| M | src/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 @@ -190,6 +190,10 @@ margin: 20px !important; } +.margin-top-20 { + margin-top: 20px; +} + .margin-10 { margin: 10px !important; }