Skip to content
Snippets Groups Projects
Commit efa24846 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Merge branch 'captions' into 'develop'

Fix Captions

Fixes #41

See merge request !92
parents d83f8a12 1e1c9c67
Branches
No related tags found
No related merge requests found
...@@ -629,6 +629,9 @@ a[class^="featured-link-"] { ...@@ -629,6 +629,9 @@ a[class^="featured-link-"] {
.splash-intro.playing #intro_video video { .splash-intro.playing #intro_video video {
display: block; display: block;
} }
.splash-intro .mejs-captions-selector {
height: 100px !important;
}
.splash-news { .splash-news {
background-color: #f8f5ec; background-color: #f8f5ec;
} }
......
...@@ -753,6 +753,10 @@ a[class^="featured-link-"] { ...@@ -753,6 +753,10 @@ a[class^="featured-link-"] {
} }
} }
} }
.mejs-captions-selector {
height: 100px !important;
}
} }
.splash-news { .splash-news {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment