summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/styles.css13
1 files changed, 10 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 44e2498c..b0e60cb9 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -297,10 +297,17 @@ ul.timeline > li:before {
height: 13%;
bottom: 0;
left: 0.2em;
- background: rgba(170, 57, 57, 0.3);
+ background: #86b7fe;
z-index: -1;
}
+.consortium .list-group{
+ max-height: 345px;
+ margin-bottom: 10px;
+ overflow:scroll;
+ -webkit-overflow-scrolling: touch;
+}
+
.announce .col-center {
margin: 0 auto;
float: none !important;
@@ -331,7 +338,7 @@ ul.timeline > li:before {
width: 100%;
height: 100%;
display: block;
- border-radius: 5%;
+ border-radius: 5px;
}
.announce .carousel .testimonial {
@@ -344,7 +351,7 @@ ul.timeline > li:before {
.announce .carousel .overview b {
text-transform: uppercase;
- color: rgba(170, 57, 57, 0.3);
+ color: #86b7fe;
}
.announce .carousel-control-prev, .announce .carousel-control-next {