pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit a68b5b9babfd9c08a9db3100dbc5027bc38df6ac parent 76f74e2952904f17c1d709ef9656ab047b91c544 Author: Jul <jul@9o.is> Date: Mon, 25 Aug 2014 18:05:41 -0400 removed left border from alert box Diffstat:
| M | src/main/webapp/less/override/alerts.less | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/less/override/alerts.less b/src/main/webapp/less/override/alerts.less @@ -10,6 +10,8 @@ p { font-size: @font-size-base !important; } + + border: none !important; } .alert-danger {