grim/port-authority

fix the margin on the repo list
develop
2015-01-25, Gary Kramlich
b954d22ebe66
Parents d3e052532c2c
Children 797d9a7c5f90
fix the margin on the repo list
--- a/css/style.css Sun Jan 25 03:09:44 2015 -0600
+++ b/css/style.css Sun Jan 25 03:13:04 2015 -0600
@@ -18,7 +18,7 @@
.repo-list {
padding: 0;
- margin: 0 1em;
+ margin: 1em 0;
height: 100%;
overflow-y: auto;
}